Formatting fix

This commit is contained in:
bradleysmith23 2024-01-31 12:20:45 -08:00
parent 5e37c84017
commit db980168a7

View file

@ -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
{