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