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