hekate/nyx: adhere to uart driver changes

This commit is contained in:
CTCaer
2022-05-08 05:46:23 +03:00
parent f7bf4af3ec
commit 334d89973f
2 changed files with 3 additions and 3 deletions

View File

@@ -1479,7 +1479,7 @@ void ipl_main()
#ifdef DEBUG_UART_PORT
uart_send(DEBUG_UART_PORT, (u8 *)"hekate: Hello!\r\n", 16);
uart_wait_idle(DEBUG_UART_PORT, UART_TX_IDLE);
uart_wait_xfer(DEBUG_UART_PORT, UART_TX_IDLE);
#endif
// Check if battery is enough.