Skip to content

Commit 6f614a0

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

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
@@ -313,7 +313,7 @@ static bool _uartDetachBus_TX(void *busptr) {
313313
if (bus->_rxPin < 0) { // both rx and tx pins are detached, terminate the uart driver
314314
log_d("_uartDetachBus_TX: both RX and TX pins detached for UART%d, terminating driver", bus->num);
315315
uartEnd(bus->num);
316-
return true;
316+
return true;
317317
}
318318
return _uartDetachPins(bus->num, UART_PIN_NO_CHANGE, bus->_txPin, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE);
319319
}

0 commit comments

Comments
 (0)