File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ typedef struct xMEMORY_REGION
129129typedef struct xTASK_PARAMETERS
130130{
131131 TaskFunction_t pvTaskCode ;
132- const char * const pcName ; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
132+ const char * pcName ; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
133133 configSTACK_DEPTH_TYPE usStackDepth ;
134134 void * pvParameters ;
135135 UBaseType_t uxPriority ;
@@ -1600,7 +1600,7 @@ configSTACK_DEPTH_TYPE uxTaskGetStackHighWaterMark( TaskHandle_t xTask ) PRIVILE
16001600#if ( configSUPPORT_STATIC_ALLOCATION == 1 )
16011601 /**
16021602 * task.h
1603- * <pre>void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer, StackType_t ** ppxIdleTaskStackBuffer, configSTACK_DEPTH_TYPE *pulIdleTaskStackSize ) </pre>
1603+ * <pre>void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer, StackType_t ** ppxIdleTaskStackBuffer, configSTACK_DEPTH_TYPE * pulIdleTaskStackSize ) </pre>
16041604 *
16051605 * This function is used to provide a statically allocated block of memory to FreeRTOS to hold the Idle Task TCB. This function is required when
16061606 * configSUPPORT_STATIC_ALLOCATION is set. For more information see this URI: https://www.FreeRTOS.org/a00110.html#configSUPPORT_STATIC_ALLOCATION
You can’t perform that action at this time.
0 commit comments