mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-07 14:47:42 -04:00
Fix CI formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
6e6e9347bc
commit
b736fc8c2d
1 changed files with 3 additions and 2 deletions
1
tasks.c
1
tasks.c
|
@ -8434,6 +8434,7 @@ TickType_t uxTaskResetEventItemValue( void )
|
|||
ulTimeSinceLastSwitchedIn = ulCurrentRunTimeCounter - ulTaskSwitchedInTime[ pxTCB->xTaskRunState ];
|
||||
#endif
|
||||
}
|
||||
|
||||
ulTotalRunTime = pxTCB->ulRunTimeCounter + ulTimeSinceLastSwitchedIn;
|
||||
}
|
||||
taskEXIT_CRITICAL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue