mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
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