Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(freertos): Corrected xPortCanYield() for esp32p4
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.
- Loading branch information