mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-13 19:03:10 +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