mirror of
https://github.com/espressif/esp-idf
synced 2025-03-23 07:59:11 -04:00
This function resets the spinlock given as a parameter after taking it (when entering the critical section). This then results in a panic once it tries to exit the same critical section. * Closes https://github.com/espressif/esp-idf/issues/7725