mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
b4f59dae9c
This commit updates the lp_core_uart_tx_flush() API to wait for the Tx line to become idle, therefore confirming that all bytes are sent out. Closes https://github.com/espressif/esp-idf/issues/15433