1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-21 06:59:10 -04:00

1 Commits

Author SHA1 Message Date
Ivan Grokhotkov
13523c95b4 freertos: check that mutex is released by owner task
Mutex type semaphores should be acquired and released by the same task.
Add a check to xQueueGenericSend for this condition.
2019-03-11 14:40:54 +00:00