mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 22:27:49 -04:00
Fix formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
36cb6aff16
commit
76f639c8f3
1 changed files with 1 additions and 0 deletions
1
tasks.c
1
tasks.c
|
@ -8523,6 +8523,7 @@ TickType_t uxTaskResetEventItemValue( void )
|
|||
{
|
||||
ulTimeSinceLastSwitchedIn = 0;
|
||||
}
|
||||
|
||||
ulIdleTaskRunTime += ( xIdleTaskHandles[ i ]->ulRunTimeCounter + ulTimeSinceLastSwitchedIn );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue