mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-13 15:25:23 +02:00
This commit fixes a bug in xTaskRemoveFromEvenetList() where in the check for scheduler suspension did not account for nested suspensions. Additionally, this commit updates all checks for scheduler suspension to follow a uniform way.