summaryrefslogtreecommitdiffstats
path: root/c-user/task/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:05:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:14:47 +0100
commitee8e1fe7acd7ab52ffa8e18503c9b25635ba3be6 (patch)
tree41a468f854168de786e74285f95bfff2275318f8 /c-user/task/directives.rst
parentc-user: Remove obsolete config section (diff)
downloadrtems-docs-ee8e1fe7acd7ab52ffa8e18503c9b25635ba3be6.tar.bz2
c-user: Harmonize header file references
Diffstat (limited to '')
-rw-r--r--c-user/task/directives.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index 05b035c..dfc90b0 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -407,9 +407,9 @@ An application based solely on static allocation can avoid any runtime memory
allocators. This can simplify the application architecture as well as any
analysis that may be required.
-The stack space estimate done by <rtems/confdefs.h> assumes that all tasks are
-created by :ref:`InterfaceRtemsTaskCreate`. The estimate can be adjusted to
-take user-provided task storage areas into account through the
+The stack space estimate done by ``<rtems/confdefs.h>`` assumes that all tasks
+are created by :ref:`InterfaceRtemsTaskCreate`. The estimate can be adjusted
+to take user-provided task storage areas into account through the
:ref:`CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE` application
configuration option.