mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-08-10 15:14:45 +00:00
Updated pvContainer member of list items to List_t * rather than void * as they are always contained in a list if anywhere. Made EventGroupHandle_t typesafe pointer to forward referenced struct rather than void pointer. Made TaskHandle_t typesafe pointer to forward referenced struct, rather than a void pointer.