mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
287ab7566b
This commit updates various FreeRTOS functions to call the newly added prvCheckForYield() and prvCheckForYieldUsingPriority() when checking for yielding. This allows the source code to match upstream more closely.