mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-10 15:04:53 +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.