mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-10 12:02:05 +01: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.