mirror of
https://github.com/espressif/esp-idf
synced 2025-04-22 22:41:34 -04:00
INTERRUPT and CCOUNT registers will change outside of program control. Making the inline assembly used to read these registers volatile indicates this fact to the compiler. Fixes https://github.com/espressif/esp-idf/issues/2127