c-user: Fix appl config option references

This commit is contained in:
Sebastian Huber 2020-07-06 12:11:00 +02:00
parent d2d60c54e9
commit 4c58162d0b
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ DESCRIPTION:
* and :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` is undefined,
then the value of this configuration option defines the default value of
:ref:`CONFIGURE_IDLE_TASK_SIZE`.
:ref:`CONFIGURE_IDLE_TASK_STACK_SIZE`.
NOTES:
None.

View File

@ -16,7 +16,7 @@ section.
By default, the :ref:`Deterministic Priority Scheduler <SchedulerPriority>`
algorithm is used in uniprocessor configurations. In case SMP is enabled and
the configured maximum processors
(:ref:`CONFIGURE_MAXIMUM_PROCESSORS <CONFIGURE_MAXIMUM_PROCESSORS>`) is greater
(:ref:`CONFIGURE_MAXIMUM_PROCESSORS`) is greater
than one, then the :ref:`Earliest Deadline First (EDF) SMP Scheduler
<SchedulerSMPEDF>` is selected as the default scheduler algorithm.