Skip to content

Commit 7d3c421

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

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
@@ -294,7 +294,7 @@ static bool _uartDetachBus_RX(void *busptr) {
294294
if (bus->_txPin < 0) { // both rx and tx pins are detached, terminate the uart driver
295295
log_d("_uartDetachBus_RX: both RX and TX pins detached for UART%d, terminating driver", bus->num);
296296
uartEnd(bus->num);
297-
return true;
297+
return true;
298298
}
299299
return _uartDetachPins(bus->num, bus->_rxPin, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE);
300300
}

0 commit comments

Comments
 (0)