mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
d31ee806be
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