Closed thornbirdblue closed 2 years ago
It's an incomplete specification, which is ok if it is completed later. But the bug is that the actual specification is not updated to match the initial incomplete specification. I believe it is only an issue if you want to delete tasks though.
Will fix soonest. Thanks for noticing.
Hi feilipu: I see the origin FreeRTOS code in https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/include/task.h. The define of TaskHandle_t is below:
But in your task.h,it is TaskControlBlock_t *. And I can't search the define of TaskControlBlock_t.