Skip to content

Commit bfad07c

Browse files
SuGliderCopilot
andauthored
fix(uart): fixes bad code formating
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f85e5f2 commit bfad07c

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
@@ -1022,7 +1022,7 @@ bool uartSetRxInvert(uart_t *uart, bool invert) {
10221022
bool uartSetTxInvert(uart_t *uart, bool invert) {
10231023
if (uartPinSignalInversion(uart, UART_SIGNAL_TXD_INV, invert)) {
10241024
log_v("UART%d: TX signal is now inverted", uart->num);
1025-
return true;
1025+
return true;
10261026
}
10271027
return false;
10281028
}

0 commit comments

Comments
 (0)