mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 11:09:12 -04:00
When xPortGetCoreID() is called twice within a function, it might only be called once after compilation. This commit makes the inline assembly of the function volatile. Closes #3093