mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 19:43:22 +00:00
100 ms
This commit is contained in:
parent
1c1fe14cc9
commit
002b2d7785
@ -104,7 +104,7 @@ void HAL_UART_SendByte(byte b)
|
|||||||
}
|
}
|
||||||
void HAL_UART_Flush(void)
|
void HAL_UART_Flush(void)
|
||||||
{
|
{
|
||||||
uart_wait_tx_done(uartnum,1000);
|
uart_wait_tx_done(uartnum, pdMS_TO_TICKS(100));
|
||||||
}
|
}
|
||||||
void HAL_SetBaud(uint32_t baud)
|
void HAL_SetBaud(uint32_t baud)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user