diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-23 16:18:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-23 16:18:13 +0000 |
commit | 819c02b8391e3cadcbe814c84c5c5f366ae41e03 (patch) | |
tree | d25958939c5efa5c21ae196f90736579d5e9735d /ports/ARMCM3 | |
parent | 8d51d682db8db8cb49679e5567c66f2b36b490f9 (diff) | |
download | ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.tar.gz ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.tar.bz2 ChibiOS-819c02b8391e3cadcbe814c84c5c5f366ae41e03.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@669 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r-- | ports/ARMCM3/port.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox index 32f52337d..c1776669d 100644 --- a/ports/ARMCM3/port.dox +++ b/ports/ARMCM3/port.dox @@ -7,8 +7,8 @@ * @section ARMCM3_STATES Mapping of the System States in the ARM Cortex-M3 port
* The ChibiOS/RT logical @ref system_states are mapped as follow in the ARM
* Cortex-M3 port:
- * - <b>Initialization</b>. This state is represented by the startup code and
- * the initialization code before @p chSysInit() is executed. It has not a
+ * - <b>Init</b>. This state is represented by the startup code and the
+ * initialization code before @p chSysInit() is executed. It has not a
* special hardware state associated.
* - <b>Normal</b>. This is the state the system has after executing
* @p chSysInit(). In this state the ARM Cortex-M3 has the BASEPRI register
|