Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify documentation of xTaskNumber in TaskStatus_t. (FreeRTOS#1081)
Discussed here: https://forums.freertos.org/t/tracing-improvements/20097 Adds a note to the (confusingly named) xTaskNumber member of TaskStatus_t explaining that the value is different to the TaskNumber that can be accessed using the vTaskSetTaskNumber and vTaskGetTaskNumber functions. The value returned is actually the value of uxTCBNumber in the TCB.
- Loading branch information