diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/GCC/ARMCMx/port.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox index f518a8ab5..5eeb9bf33 100644 --- a/os/ports/GCC/ARMCMx/port.dox +++ b/os/ports/GCC/ARMCMx/port.dox @@ -26,7 +26,7 @@ * architectures.
*
* @section ARMCMx_STATES_A System logical states in ARMv6-M
- * The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
+ * The ChibiOS/RT logical system states are mapped as follow in the ARM
* Cortex-M0 port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a
@@ -60,7 +60,7 @@ * was running when @p chSysHalt() was invoked.
*
* @section ARMCMx_STATES_B System logical states in ARMv7-M
- * The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
+ * The ChibiOS/RT logical system states are mapped as follow in the ARM
* Cortex-M3 port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a
|