File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ typedef struct tskTaskControlBlock /* The old naming convention is used to
416
416
/* See the comments in FreeRTOS.h with the definition of
417
417
* tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE. */
418
418
#if ( tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE != 0 )
419
- uint8_t ucStaticallyAllocated ; /**< Set to pdTRUE if the task is a statically allocated to ensure no attempt is made to free the memory. */
419
+ uint8_t ucStaticallyAllocated ; /**< Set to pdTRUE if the task is a statically allocated to ensure no attempt is made to free the memory. */
420
420
#endif
421
421
422
422
#if ( INCLUDE_xTaskAbortDelay == 1 )
@@ -3613,7 +3613,7 @@ static BaseType_t prvCreateIdleTasks( void )
3613
3613
cIdleName ,
3614
3614
ulIdleTaskStackSize ,
3615
3615
( void * ) NULL ,
3616
- portPRIVILEGE_BIT , /* In effect ( tskIDLE_PRIORITY | portPRIVILEGE_BIT ), but tskIDLE_PRIORITY is zero. */
3616
+ portPRIVILEGE_BIT , /* In effect ( tskIDLE_PRIORITY | portPRIVILEGE_BIT ), but tskIDLE_PRIORITY is zero. */
3617
3617
pxIdleTaskStackBuffer ,
3618
3618
pxIdleTaskTCBBuffer );
3619
3619
@@ -3633,7 +3633,7 @@ static BaseType_t prvCreateIdleTasks( void )
3633
3633
cIdleName ,
3634
3634
configMINIMAL_STACK_SIZE ,
3635
3635
( void * ) NULL ,
3636
- portPRIVILEGE_BIT , /* In effect ( tskIDLE_PRIORITY | portPRIVILEGE_BIT ), but tskIDLE_PRIORITY is zero. */
3636
+ portPRIVILEGE_BIT , /* In effect ( tskIDLE_PRIORITY | portPRIVILEGE_BIT ), but tskIDLE_PRIORITY is zero. */
3637
3637
& xIdleTaskHandles [ xCoreID ] );
3638
3638
}
3639
3639
#endif /* configSUPPORT_STATIC_ALLOCATION */
You can’t perform that action at this time.
0 commit comments