mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-13 14:00:22 +01:00
prvYieldCore() leads to an array-out-of-bounds error when compiled with -Os optimization and configNUM_CORES = 1. This commit avoids this compile warning by compiling out the part of code which is unnecessary when configNUM_CORES is 1.
258 KiB
258 KiB