mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +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.