mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
This commit fixes an assert failure in vTaskDeleteWithCaps() when multiple un-pinned tasks are created with stack in the external memory and such tasks delete themselves. Closes https://github.com/espressif/esp-idf/issues/14222