[rtems-docs commit] c-user: Fix appl config option references
Sebastian Huber
sebh at rtems.org
Mon Jul 6 10:11:30 UTC 2020
Module: rtems-docs
Branch: master
Commit: 4c58162d0ba84766174300b3657409ec9a21acc2
Changeset: http://git.rtems.org/rtems-docs/commit/?id=4c58162d0ba84766174300b3657409ec9a21acc2
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Jul 6 12:11:00 2020 +0200
c-user: Fix appl config option references
---
c-user/config/bsp-related.rst | 2 +-
c-user/config/scheduler-general.rst | 2 +-
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.
More information about the vc
mailing list