Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83e2ad5

Browse filesBrowse files
ci(pre-commit): Apply automatic fixes
1 parent 60ec57d commit 83e2ad5
Copy full SHA for 83e2ad5

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎cores/esp32/esp32-hal-uart.c

Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-uart.c
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.