mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 23:49:10 -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