mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-29 21:59:32 +01:00
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.