summaryrefslogtreecommitdiffstats
path: root/c-user/rate-monotonic/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-30 08:51:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-03 10:39:49 +0200
commitefb8e7c6c3fe534ac36ca44553831c61179fe771 (patch)
tree37818d2affdd7a60edcb7bee61d627ca6b5bf5ba /c-user/rate-monotonic/directives.rst
parenteng: Add freestanding test cases (diff)
downloadrtems-docs-efb8e7c6c3fe534ac36ca44553831c61179fe771.tar.bz2
c-user: Add "Kernel Character I/O Support" chapter
Close #4482.
Diffstat (limited to 'c-user/rate-monotonic/directives.rst')
-rw-r--r--c-user/rate-monotonic/directives.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/rate-monotonic/directives.rst b/c-user/rate-monotonic/directives.rst
index 02b8898..2e48aac 100644
--- a/c-user/rate-monotonic/directives.rst
+++ b/c-user/rate-monotonic/directives.rst
@@ -652,7 +652,7 @@ The following constraints apply to this directive:
rtems_rate_monotonic_report_statistics()
----------------------------------------
-Reports the period statistics using the :c:func:`printk` printer.
+Reports the period statistics using the :ref:`InterfacePrintk` printer.
.. rubric:: CALLING SEQUENCE:
@@ -663,7 +663,7 @@ Reports the period statistics using the :c:func:`printk` printer.
.. rubric:: DESCRIPTION:
This directive prints a report on all active periods which have executed at
-least one period using the :c:func:`printk` printer.
+least one period using the :ref:`InterfacePrintk` printer.
.. rubric:: CONSTRAINTS: