Skip to content

Commit 43c65f4

Browse files
Remove unused variable
1 parent 3a9c989 commit 43c65f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hardware/arduino/avr/cores/arduino/HardwareSerial.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ void HardwareSerial::begin(unsigned long baud)
289289
void HardwareSerial::begin(unsigned long baud, byte config)
290290
{
291291
uint16_t baud_setting;
292-
uint8_t current_config;
293292
bool use_u2x = true;
294293

295294
#if F_CPU == 16000000UL

0 commit comments

Comments
 (0)