mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c77b699463
Previously the first call to rmt_driver_uninstall() would remove the interrupt handler, even if other channels still had the driver installed. Adds an OS-level lock to control concurrent registration/deregistration of channels.