Skip to content

Commit 3f6abf9

Browse files
SuGliderCopilot
andauthored
fix(uart): extra spacing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3992555 commit 3f6abf9

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
@@ -1038,7 +1038,7 @@ bool uartSetCtsInvert(uart_t *uart, bool invert) {
10381038
bool uartSetRtsInvert(uart_t *uart, bool invert) {
10391039
if (uartPinSignalInversion(uart, UART_SIGNAL_RTS_INV, invert)) {
10401040
log_v("UART%d: RTS signal is now inverted", uart->num);
1041-
return true;
1041+
return true;
10421042
}
10431043
return false;
10441044
}

0 commit comments

Comments
 (0)