mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
353b25410a
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.