Skip to content

Commit f1628cc

Browse files
authored
correctly implement flushTxOnly()
1 parent 62b11df commit f1628cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-uart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void uartWrite(uart_t* uart, uint8_t c);
6363
void uartWriteBuf(uart_t* uart, const uint8_t * data, size_t len);
6464

6565
void uartFlush(uart_t* uart);
66-
void uartFlushTxOnly(uart_t* uart );
66+
void uartFlushTxOnly(uart_t* uart, bool txOnly );
6767

6868
void uartSetBaudRate(uart_t* uart, uint32_t baud_rate);
6969
uint32_t uartGetBaudRate(uart_t* uart);

0 commit comments

Comments
 (0)