OVMS3-idf/components/freertos/include
Darian Leung 66a0b64e54 freertos: Make xPortGetCoreID() volatile
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
2019-03-01 02:05:33 +00:00
..
freertos freertos: Make xPortGetCoreID() volatile 2019-03-01 02:05:33 +00:00