summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 11:49:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 11:49:58 +0200
commite26f87497e99a8626921e9a687b0e22795417783 (patch)
tree121ead20d54107594b592784a048bb2401d83e9b
parentc-user: Use new template for feature config opts (diff)
downloadrtems-docs-e26f87497e99a8626921e9a687b0e22795417783.tar.bz2
c-user: Avoid self references
Update #3900.
-rw-r--r--c-user/config/device-driver.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/config/device-driver.rst b/c-user/config/device-driver.rst
index b727a8f..e783111 100644
--- a/c-user/config/device-driver.rst
+++ b/c-user/config/device-driver.rst
@@ -38,7 +38,7 @@ NOTES:
* :ref:`CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER`,
- * :ref:`CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or
+ * `CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or
* :ref:`CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER`,
@@ -99,7 +99,7 @@ NOTES:
The application must define exactly one of the following configuration options
- * :ref:`CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER`,
+ * `CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER`,
* :ref:`CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or
@@ -378,7 +378,7 @@ NOTES:
* :ref:`CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER`, or
- * :ref:`CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER`,
+ * `CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER`,
otherwise a compile time error will occur.