mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +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.