mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 07:37:54 +00:00

This commit adds the lp_core_uart_flush() API to flush the LP UART Tx FIFO. This API is automatically called once the program returns from the main function(). Closes https://github.com/espressif/esp-idf/issues/14530