[rtems-docs commit] c-user: Avoid self references
Sebastian Huber
sebh at rtems.org
Mon Mar 30 09:50:17 UTC 2020
Module: rtems-docs
Branch: master
Commit: e26f87497e99a8626921e9a687b0e22795417783
Changeset: http://git.rtems.org/rtems-docs/commit/?id=e26f87497e99a8626921e9a687b0e22795417783
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Mar 30 11:49:05 2020 +0200
c-user: Avoid self references
Update #3900.
---
c-user/config/device-driver.rst | 6 +++---
1 file 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.
More information about the vc
mailing list