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