OVMS3-idf/components/freertos/include
Darian Leung 3576e54d79 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-02-26 20:59:49 +08:00
..
freertos freertos: Make xPortGetCoreID() volatile 2019-02-26 20:59:49 +08:00