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 7d3c421 commit 8d2557aCopy full SHA for 8d2557a
cores/esp32/esp32-hal-uart.c
@@ -309,7 +309,7 @@ static bool _uartDetachBus_TX(void *busptr) {
309
if (bus->_txPin < 0) {
310
log_d("_uartDetachBus_TX: TX pin already detached for UART%d", bus->num);
311
return true;
312
- }
+ }
313
if (bus->_rxPin < 0) { // both rx and tx pins are detached, terminate the uart driver
314
log_d("_uartDetachBus_TX: both RX and TX pins detached for UART%d, terminating driver", bus->num);
315
uartEnd(bus->num);
0 commit comments