mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-25 09:06:18 +00:00
This commit optimizes xTaskRemoveFromEventList() by removing the listLIST_IS_EMPTY() check from single core builds. The scenario of the event list being empty when the function is called can only occur on multi-core builds.