Skip to content

Commit 1c97f56

Browse files
committed
Remove unused variable
1 parent 5642e26 commit 1c97f56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/UART.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ void UartClass::begin(unsigned long baud, uint16_t config)
134134
// Setup port mux
135135
PORTMUX.USARTROUTEA |= _uart_mux;
136136

137-
//uint16_t baud_setting = 0;
138137
int32_t baud_setting = 0;
139-
uint8_t error = 0;
140138

141139
//Make sure global interrupts are disabled during initialization
142140
uint8_t oldSREG = SREG;

0 commit comments

Comments
 (0)