Skip to content

Commit 06dffa1

Browse files
authored
fix(uart): typo - additional } in the code
1 parent 3c93de7 commit 06dffa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/HardwareSerial.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ void HardwareSerial::begin(unsigned long baud, uint32_t config, int8_t rxPin, in
363363
}
364364
break;
365365
#endif
366-
}
367366
#if SOC_UART_HP_NUM > 4 // may save some flash bytes...
368367
case UART_NUM_4:
369368
if (rxPin < 0 && txPin < 0) {

0 commit comments

Comments
 (0)