mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 21:38:53 +08:00
porting: Fix code-block markup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user