Skip to content

Commit 76f639c

Browse files
committed
Fix formatting check
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 36cb6af commit 76f639c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8523,6 +8523,7 @@ TickType_t uxTaskResetEventItemValue( void )
85238523
{
85248524
ulTimeSinceLastSwitchedIn = 0;
85258525
}
8526+
85268527
ulIdleTaskRunTime += ( xIdleTaskHandles[ i ]->ulRunTimeCounter + ulTimeSinceLastSwitchedIn );
85278528
}
85288529
}

0 commit comments

Comments
 (0)