This commit is contained in:
Tester23 2025-09-13 21:51:50 +02:00
parent 1c1fe14cc9
commit 002b2d7785

View File

@ -104,7 +104,7 @@ void HAL_UART_SendByte(byte b)
}
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)
{