mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
This commit restores the vanilla behavior for taskSELECT_HIGHEST_PRIORITY_TASK when configNUM_CORES == 1 && configUSE_PORT_OPTIMISED_TASK_SELECTION == 0. This results in the SMP selection algorithm (taskSelectHighestPriorityTaskSMP) to only be run when configNUM_CORES > 1.