Skip to content

Commit 83e2ad5

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 60ec57d commit 83e2ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-uart.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ uart_t *uartBegin(
587587
bool retCode = true;
588588
//User may just want to change some parameters, such as baudrate, data length, parity, stop bits or pins
589589
if (uart->_baudrate != baudrate) {
590-
retCode = uartSetBaudRate(uart, baudrate);
590+
retCode = uartSetBaudRate(uart, baudrate);
591591
}
592592
UART_MUTEX_LOCK();
593593
uart_word_length_t data_bits = (config & 0xc) >> 2;

0 commit comments

Comments
 (0)