mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01: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.