From efb8e7c6c3fe534ac36ca44553831c61179fe771 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Jul 2021 08:51:07 +0200 Subject: c-user: Add "Kernel Character I/O Support" chapter Close #4482. --- c-user/rate-monotonic/directives.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c-user/rate-monotonic/directives.rst') 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: -- cgit v1.2.3