mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-16 18:00:17 +00: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.