mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Formatting fix
This commit is contained in:
parent
5e37c84017
commit
db980168a7
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
|
@ -4629,7 +4629,7 @@ BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp )
|
|||
/* This lets the task know it was forcibly removed from the
|
||||
* blocked state so it should not re-evaluate its block time and
|
||||
* then block again. */
|
||||
pxTCB->ucDelayAborted = (uint8_t) pdTRUE;
|
||||
pxTCB->ucDelayAborted = ( uint8_t ) pdTRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue