Skip to content

Commit 99d3767

Browse files
committed
Update vTaskGetInfo
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 3712f51 commit 99d3767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6215,7 +6215,7 @@ static void prvCheckTasksWaitingTermination( void )
62156215

62166216
#if ( configGENERATE_RUN_TIME_STATS == 1 )
62176217
{
6218-
pxTaskStatus->ulRunTimeCounter = pxTCB->ulRunTimeCounter;
6218+
pxTaskStatus->ulRunTimeCounter = ulTaskGetRunTimeCounter( xTask );
62196219
}
62206220
#else
62216221
{

0 commit comments

Comments
 (0)