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 5642e26 commit 1c97f56Copy full SHA for 1c97f56
cores/arduino/UART.cpp
@@ -134,9 +134,7 @@ void UartClass::begin(unsigned long baud, uint16_t config)
134
// Setup port mux
135
PORTMUX.USARTROUTEA |= _uart_mux;
136
137
- //uint16_t baud_setting = 0;
138
int32_t baud_setting = 0;
139
- uint8_t error = 0;
140
141
//Make sure global interrupts are disabled during initialization
142
uint8_t oldSREG = SREG;
0 commit comments