mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-21 22:22:18 +01: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.