mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-06 07:10:03 +03:00
1. Add missing get function to RMT API: rmt_get_idle_level(). 2. Suppress error message from rmt_wait_tx_done() if wait_time==0 (allows for polling). 3. Remove the blank lines between parameter lists. Merges https://github.com/espressif/esp-idf/pull/2666