esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos
Sudeep Mohanty d9a3e3bb86 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.
2023-08-31 17:45:17 +08:00
..
portmacro.h fix(freertos): Corrected xPortCanYield() for esp32p4 2023-08-31 17:45:17 +08:00