This commit is contained in:
Tester23 2025-09-13 21:04:18 +02:00
parent 3337668c69
commit 553b95eea4

View File

@ -104,7 +104,7 @@ void HAL_UART_SendByte(byte b)
}
void HAL_UART_Flush(void)
{
uart_wait_tx_done(uartnum);
uart_wait_tx_done(uartnum,1000);
}
void HAL_SetBaud(uint32_t baud)
{