mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Update tasks.c comment
This commit is contained in:
parent
def1fa6f7c
commit
f52cfc91ee
1 changed files with 2 additions and 2 deletions
4
tasks.c
4
tasks.c
|
|
@ -2301,8 +2301,8 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
|
|||
#else /* #if ( configNUMBER_OF_CORES == 1 ) */
|
||||
{
|
||||
/* Rescheduling a running task is handled differently if it is running
|
||||
* on other cores. Checking a task running core needs to be performed
|
||||
* in critical section. */
|
||||
* on core other than current core. Checking a task running core needs
|
||||
* to be performed in critical section. */
|
||||
taskENTER_CRITICAL();
|
||||
{
|
||||
if( taskTASK_IS_RUNNING( pxTCB ) == pdTRUE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue