From e26f87497e99a8626921e9a687b0e22795417783 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Mar 2020 11:49:05 +0200 Subject: 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. -- cgit v1.2.3