mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
84d16f970e
Follows the approach proposed in https://github.com/espressif/esp-idf/pull/3110, but masks the interrupts during the entire ISR hook, not only during leave_idle. Interrupt nesting during update_ccompare may also cause issues. Closes https://github.com/espressif/esp-idf/issues/3057