mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

This commit adds a common macro for the differing configASSERT() calls that check if the scheduler is suspended outside a critical section. This macro allows vanilla behavior to be restored for single core builds. Also added comments explaining why xTaskGetSchedulerState() is called instead when building for SMP.