Skip to content

Commit

Permalink
Update documentation of uxTaskGetTaskNumber function (#460)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
aggarg committed Feb 22, 2022
1 parent 38efd26 commit 840214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/task.h
Expand Up @@ -3060,7 +3060,7 @@ void vTaskPriorityDisinheritAfterTimeout( TaskHandle_t const pxMutexHolder,
UBaseType_t uxHighestPriorityWaitingTask ) PRIVILEGED_FUNCTION;

/*
* Get the uxTCBNumber assigned to the task referenced by the xTask parameter.
* Get the uxTaskNumber assigned to the task referenced by the xTask parameter.
*/
UBaseType_t uxTaskGetTaskNumber( TaskHandle_t xTask ) PRIVILEGED_FUNCTION;

Expand Down

0 comments on commit 840214d

Please sign in to comment.