diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-02 07:50:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-02 07:50:12 +0000 |
commit | dd1f4a07230fbb1fd610a83e8adbf94dfb8a4812 (patch) | |
tree | 64c146bab8ebe58e9799a96ffe174da652739398 | |
parent | ef6b8a1797278f5131195b325aa4d1e4123e4e9e (diff) | |
download | ChibiOS-dd1f4a07230fbb1fd610a83e8adbf94dfb8a4812.tar.gz ChibiOS-dd1f4a07230fbb1fd610a83e8adbf94dfb8a4812.tar.bz2 ChibiOS-dd1f4a07230fbb1fd610a83e8adbf94dfb8a4812.zip |
Documentation related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2219 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/ports/GCC/ARM7/port.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARM7/port.dox b/os/ports/GCC/ARM7/port.dox index 2c612d77a..0f6fbd022 100644 --- a/os/ports/GCC/ARM7/port.dox +++ b/os/ports/GCC/ARM7/port.dox @@ -35,7 +35,7 @@ * THUMB mode.
* .
* @section ARM7_STATES Mapping of the System States in the ARM7 port
- * The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM7
+ * The ChibiOS/RT logical system states are mapped as follow in the ARM7
* 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
|