fix hwSerial tx only flush (#4263)
This commit is contained in:
parent
0957776855
commit
f98fc7ee9f
@ -371,7 +371,7 @@ void uartWriteBuf(uart_t* uart, const uint8_t * data, size_t len)
|
|||||||
|
|
||||||
void uartFlush(uart_t* uart)
|
void uartFlush(uart_t* uart)
|
||||||
{
|
{
|
||||||
uartFlushTxOnly(uart,false);
|
uartFlushTxOnly(uart,true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void uartFlushTxOnly(uart_t* uart, bool txOnly)
|
void uartFlushTxOnly(uart_t* uart, bool txOnly)
|
||||||
|
Loading…
Reference in New Issue
Block a user