mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-11 16:20:50 +00:00
Spinlocks themselves do not constitute critical sections as after a spinlock is acquired, interrupts can remain enabled. However, there are some places where spinlocks are used direclty instead of using the portMUX_TYPE and portENTER_CRITICAL_...() APIs. This commit fixes those calls.
13 KiB
13 KiB