We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9c989 commit 43c65f4Copy full SHA for 43c65f4
hardware/arduino/avr/cores/arduino/HardwareSerial.cpp
@@ -289,7 +289,6 @@ void HardwareSerial::begin(unsigned long baud)
289
void HardwareSerial::begin(unsigned long baud, byte config)
290
{
291
uint16_t baud_setting;
292
- uint8_t current_config;
293
bool use_u2x = true;
294
295
#if F_CPU == 16000000UL
0 commit comments