mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-23 07:02:16 +01:00
Minor change to xQueueGenericReceive() to catch the extreme case of data being placed into a queue between a task timing out and leaving the xQueueGenericReceive() function. Added xSemaphoreGetCount() macro. Demo app changes: Updated countsem.c to test the new xSemaphoreGetCount() macro.