mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update vTaskGetInfo
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
3712f5191a
commit
99d3767409
2
tasks.c
2
tasks.c
|
@ -6215,7 +6215,7 @@ static void prvCheckTasksWaitingTermination( void )
|
||||||
|
|
||||||
#if ( configGENERATE_RUN_TIME_STATS == 1 )
|
#if ( configGENERATE_RUN_TIME_STATS == 1 )
|
||||||
{
|
{
|
||||||
pxTaskStatus->ulRunTimeCounter = pxTCB->ulRunTimeCounter;
|
pxTaskStatus->ulRunTimeCounter = ulTaskGetRunTimeCounter( xTask );
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue