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 9513917 commit 6f72075Copy full SHA for 6f72075
cores/esp32/esp32-hal-uart.c
@@ -292,7 +292,7 @@ static bool _uartDetachBus_RX(void *busptr) {
292
return true;
293
}
294
if (bus->_txPin < 0) { // both rx and tx pins are detached, terminate the uart driver
295
- log_d("_uartDetachBus_RX: both RX and TX pins detached for UART%d, terminating driver", bus->num);
+ log_d("_uartDetachBus_RX: both RX and TX pins detached for UART%d, terminating driver", bus->num);
296
uartEnd(bus->num);
297
298
0 commit comments