config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE

Fix the documentation.

Update #4181.
This commit is contained in:
Sebastian Huber
2020-11-27 09:52:07 +01:00
parent 3a5c33a7ce
commit 6e566badc7

View File

@@ -1057,7 +1057,9 @@
* Classic API initialization task. * Classic API initialization task.
* *
* @par Default Value * @par Default Value
* The default value is 0. * This configuration option has no default value. If it is not specified,
* then the Classic API initialization task will be created with the stack size
* defined by the #CONFIGURE_INIT_TASK_STACK_SIZE configuration option.
* *
* @par Value Constraints * @par Value Constraints
* @parblock * @parblock
@@ -1087,7 +1089,7 @@
* #CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE, and * #CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE, and
* *
* * the task storage area used for the Classic API initialization task is not * * the task storage area used for the Classic API initialization task is not
* reclaimed by the system, if the task is deleted. * reclaimed by the system if the task is deleted.
* *
* The * The
* *