mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-30 15:08:42 -04:00
Fix typo
This commit is contained in:
parent
98faa785cb
commit
9a097c51dd
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
@ -2101,7 +2101,7 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
|
||||||
{
|
{
|
||||||
if( pxCurrentTCB->uxPriority <= pxNewTCB->uxPriority )
|
if( pxCurrentTCB->uxPriority <= pxNewTCB->uxPriority )
|
||||||
{
|
{
|
||||||
pxCurrentTCB = pxTCB;
|
pxCurrentTCB = pxNewTCB;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue