mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-29 01:04:27 +00:00
Reduce the number of xTaskCreateStatic() parameters by having the function return the task handle, rather than pass the task handle out using a parameter. This is also consistent with other objectCreate() functions.