From dd1f4a07230fbb1fd610a83e8adbf94dfb8a4812 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 2 Oct 2010 07:50:12 +0000 Subject: [PATCH] Documentation related fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2219 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARM7/port.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * - Init. This state is represented by the startup code and the * initialization code before @p chSysInit() is executed. It has not a