From f29b7c1cc5dfe039752fde5556e712f1897a0df6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Oct 2016 20:01:18 -0500 Subject: bsp_howto: Fix code-block markup --- bsp_howto/real_time_clock.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsp_howto/real_time_clock.rst') diff --git a/bsp_howto/real_time_clock.rst b/bsp_howto/real_time_clock.rst index f66a410..457c6e0 100644 --- a/bsp_howto/real_time_clock.rst +++ b/bsp_howto/real_time_clock.rst @@ -42,7 +42,7 @@ on a particular board. This would be useful for a BSP supporting multiple board models. The relevant ports of the DMV177's ``RTC_Table`` configuration table is below: -.. code:: c +.. code-block:: c #include #include @@ -195,7 +195,7 @@ checkRealTime The ``checkRealTime`` routine returns the number of seconds difference between the RTC TOD and the current RTEMS TOD. -.. code:: c +.. code-block:: c int checkRealTime( void ) { -- cgit v1.2.3