mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bd34fc41bb
* The function was based on an outdated IDF/FreeRTOS combination which didn't always require zero-ing the TCB. This has been changed in the current IDF/FreeRTOS combination, leading to crashes. Unconditionally zero-ing the TCB fixes this problem.