summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.