diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-01 12:09:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-01 12:09:57 +0000 |
commit | b57dce0e479cd95c5b9f028b8a3f7fc4cd376ce9 (patch) | |
tree | 97d831906788a5fd0f7e85fa75b5c871065b7239 /os/ports/GCC | |
parent | 44d5c906d5f9ca290be2d09a7fb6f2aa88b329c7 (diff) | |
download | ChibiOS-b57dce0e479cd95c5b9f028b8a3f7fc4cd376ce9.tar.gz ChibiOS-b57dce0e479cd95c5b9f028b8a3f7fc4cd376ce9.tar.bz2 ChibiOS-b57dce0e479cd95c5b9f028b8a3f7fc4cd376ce9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2216 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC')
-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
|