mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01:00
Remove unused variable
This commit is contained in:
parent
1fab8c85e6
commit
db5da3691e
@ -284,7 +284,6 @@ HardwareSerial::HardwareSerial(
|
|||||||
void HardwareSerial::begin(unsigned long baud, byte config)
|
void HardwareSerial::begin(unsigned long baud, byte config)
|
||||||
{
|
{
|
||||||
uint16_t baud_setting;
|
uint16_t baud_setting;
|
||||||
uint8_t current_config;
|
|
||||||
bool use_u2x = true;
|
bool use_u2x = true;
|
||||||
|
|
||||||
#if F_CPU == 16000000UL
|
#if F_CPU == 16000000UL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user