Skip to content

Commit 16b7589

Browse files
authored
Update esp32-hal-uart.h
1 parent fb82400 commit 16b7589

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 uartFlush(uart_t* uart, bool txOnly );
66+
void uartFlushTxOnly(uart_t* uart );
6767

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

0 commit comments

Comments
 (0)