mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-21 10:09:01 +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.