mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-01 19:35:56 +00:00

Mutex type semaphores should be acquired and released by the same task. Add a check to xQueueGenericSend for this condition.
Mutex type semaphores should be acquired and released by the same task. Add a check to xQueueGenericSend for this condition.