aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started/rt-svc-writers-guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/rt-svc-writers-guide.rst')
-rw-r--r--docs/getting_started/rt-svc-writers-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/rt-svc-writers-guide.rst b/docs/getting_started/rt-svc-writers-guide.rst
index 559d701a..51e9d3fa 100644
--- a/docs/getting_started/rt-svc-writers-guide.rst
+++ b/docs/getting_started/rt-svc-writers-guide.rst
@@ -92,7 +92,7 @@ A runtime service is registered using the ``DECLARE_RT_SVC()`` macro, specifying
the name of the service, the range of OENs covered, the type of service and
initialization and call handler functions.
-::
+.. code:: c
#define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch)