mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-14 01:45:18 +00:00

An explicit check of the mutex owner during a mutex release operation is not necessary for FreeRTOS SMP as this is checked by default. Hence, the corresponding Kconfig option is removed.