mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02: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