mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 21:41:59 -04:00
Merge branch 'main' into update-pxcurrentTCB
This commit is contained in:
commit
028ccda316
3
tasks.c
3
tasks.c
|
@ -685,7 +685,8 @@ static void prvAddCurrentTaskToDelayedList( TickType_t xTicksToWait,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return the amount of time, in ticks, that will pass before the kernel will
|
* Return the amount of time, in ticks, that will pass before the kernel will
|
||||||
* next move a task from the Blocked state to the Running state.
|
* next move a task from the Blocked state to the Running state or before the
|
||||||
|
* tick count overflows (whichever is earlier).
|
||||||
*
|
*
|
||||||
* This conditional compilation should use inequality to 0, not equality to 1.
|
* This conditional compilation should use inequality to 0, not equality to 1.
|
||||||
* This is to ensure portSUPPRESS_TICKS_AND_SLEEP() can be called when user
|
* This is to ensure portSUPPRESS_TICKS_AND_SLEEP() can be called when user
|
||||||
|
|
Loading…
Reference in a new issue