summaryrefslogtreecommitdiffstats
path: root/c-user/config/intro.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:06:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:14:47 +0100
commit79d05f58d743b9c642240465323d96bfbbcf5f37 (patch)
tree54c36a8f54d4f9c7561728e48fa7cdb40d21791a /c-user/config/intro.rst
parentc-user: Fix header file path (diff)
downloadrtems-docs-79d05f58d743b9c642240465323d96bfbbcf5f37.tar.bz2
c-user: Document CONFIGURE_INIT
Diffstat (limited to '')
-rw-r--r--c-user/config/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/config/intro.rst b/c-user/config/intro.rst
index 8de2765..e3d27e1 100644
--- a/c-user/config/intro.rst
+++ b/c-user/config/intro.rst
@@ -170,7 +170,7 @@ of these are as follows:
message queue will have up to twenty (20) messages of type ``struct
USER_MESSAGE``.
-- The ``CONFIGURE_INIT`` constant must be defined in order to make
+- The :ref:`CONFIGURE_INIT` constant must be defined in order to make
``<rtems/confdefs.h>`` instantiate the configuration data structures. This
can only be defined in one source file per application that includes
``<rtems/confdefs.h>`` or the symbol table will be instantiated multiple