Skip to content

Commit 6f72075

Browse files
SuGliderCopilot
andauthored
fix(uart): code formatting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9513917 commit 6f72075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-uart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static bool _uartDetachBus_RX(void *busptr) {
292292
return true;
293293
}
294294
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);
295+
log_d("_uartDetachBus_RX: both RX and TX pins detached for UART%d, terminating driver", bus->num);
296296
uartEnd(bus->num);
297297
return true;
298298
}

0 commit comments

Comments
 (0)