summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/config/bsp-related.rst2
-rw-r--r--c-user/config/scheduler-general.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/c-user/config/bsp-related.rst b/c-user/config/bsp-related.rst
index 9e14598..5af5cc2 100644
--- a/c-user/config/bsp-related.rst
+++ b/c-user/config/bsp-related.rst
@@ -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.
diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst
index d274dea..546d192 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -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.