mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-18 17:25:21 +02:00
On most implementations, including ESP-IDF FreeRTOS, vSemaphoreDelete() is a macro that calls vQueueDelete(). But since the client semaphore is created with xSemaphoreCreateRecursiveMutex(), delete it as a semaphore with vSemaphoreDelete().