From 4c58162d0ba84766174300b3657409ec9a21acc2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 6 Jul 2020 12:11:00 +0200 Subject: 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 ` algorithm is used in uniprocessor configurations. In case SMP is enabled and the configured maximum processors -(:ref:`CONFIGURE_MAXIMUM_PROCESSORS `) is greater +(:ref:`CONFIGURE_MAXIMUM_PROCESSORS`) is greater than one, then the :ref:`Earliest Deadline First (EDF) SMP Scheduler ` is selected as the default scheduler algorithm. -- cgit v1.2.3