Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jul 8, 2024
1 parent 98faa78 commit 9a097c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
{
if( pxCurrentTCB->uxPriority <= pxNewTCB->uxPriority )
{
pxCurrentTCB = pxTCB;
pxCurrentTCB = pxNewTCB;
}
else
{
Expand Down

0 comments on commit 9a097c5

Please sign in to comment.