mirror of
https://github.com/espressif/esp-idf
synced 2025-04-08 15:50:10 -04:00
This commit updates the xPortCanYield() for esp32p4 by correcting the return condition. Previously, the API would return true if an ISR of priority 1 was received which is incorrect.