summaryrefslogtreecommitdiffstats
path: root/porting/cpu_init.rst
diff options
context:
space:
mode:
Diffstat (limited to 'porting/cpu_init.rst')
-rw-r--r--porting/cpu_init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/porting/cpu_init.rst b/porting/cpu_init.rst
index 8de4744..39a27ed 100644
--- a/porting/cpu_init.rst
+++ b/porting/cpu_init.rst
@@ -19,7 +19,7 @@ The _CPU_Initialize routine performs processor dependent initialization.
.. code:: c
void _CPU_Initialize(
- void (\*thread_dispatch) /* may be ignored \*/
+ void (*thread_dispatch) /* may be ignored */
)
The thread_dispatch argument is the address of the entry point for the