mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
46d54990d8
xSemaphoreAltTake and xSemaphoreAltGive are Espressif defined macros and are not being used. The respective definitions, xQueueAltGenericReceive and xQueueAltGenericSend are also not part of current FreeRTOS source (v10.4.3). Hence, removed xSemaphoreAltTake and xSemaphoreAltGive definitions to align with upstream code. Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>