Skip to content

Navigation Menu

Sign in
Appearance settings

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 f98fc7e

Browse filesBrowse files
authored
fix hwSerial tx only flush (espressif#4263)
1 parent 0957776 commit f98fc7e
Copy full SHA for f98fc7e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -371,7 +371,7 @@ void uartWriteBuf(uart_t* uart, const uint8_t * data, size_t len)
371371

372372
void uartFlush(uart_t* uart)
373373
{
374-
uartFlushTxOnly(uart,false);
374+
uartFlushTxOnly(uart,true);
375375
}
376376

377377
void uartFlushTxOnly(uart_t* uart, bool txOnly)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.