mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7726f343e8
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.