From b0f29772e22edbf3b2adf2e058fc445da4419e2c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Oct 2016 20:01:47 -0500 Subject: porting: Fix code-block markup --- porting/cpu_init.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'porting/cpu_init.rst') diff --git a/porting/cpu_init.rst b/porting/cpu_init.rst index 39a27ed..c4f7e7d 100644 --- a/porting/cpu_init.rst +++ b/porting/cpu_init.rst @@ -16,7 +16,7 @@ Initializing the CPU ==================== The _CPU_Initialize routine performs processor dependent initialization. -.. code:: c +.. code-block:: c void _CPU_Initialize( void (*thread_dispatch) /* may be ignored */ @@ -32,7 +32,7 @@ limitation on these systems. If you encounter this problem save the entry point in a CPU dependent variable as shown below: -.. code:: c +.. code-block:: c _CPU_Thread_dispatch_pointer = thread_dispatch; -- cgit v1.2.3