From 62848be375e2027acaffe886d7bdd2897ff30f08 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 14 Oct 2010 17:35:33 +0000 Subject: Fixed a documentation error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2256 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/AVR/port.dox | 2 +- os/ports/GCC/MSP430/port.dox | 2 +- os/ports/GCC/PPC/port.dox | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'os/ports/GCC') diff --git a/os/ports/GCC/AVR/port.dox b/os/ports/GCC/AVR/port.dox index 220f3d20a..7ea309fe4 100644 --- a/os/ports/GCC/AVR/port.dox +++ b/os/ports/GCC/AVR/port.dox @@ -30,7 +30,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. This state is entered with the execution of the specific * instruction @p sleep. diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox index f57cafabe..ffd2220d2 100644 --- a/os/ports/GCC/MSP430/port.dox +++ b/os/ports/GCC/MSP430/port.dox @@ -33,7 +33,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. Not yet implemented. * - S-Locked. Interrupts are disabled. diff --git a/os/ports/GCC/PPC/port.dox b/os/ports/GCC/PPC/port.dox index ee0d720b6..6c3bc55f2 100644 --- a/os/ports/GCC/PPC/port.dox +++ b/os/ports/GCC/PPC/port.dox @@ -33,7 +33,7 @@ * - Normal. This is the state the system has after executing * @p chSysInit(). Interrupts are enabled. * - Suspended. Interrupts are disabled. - * - Disabled. Interrupts are enabled. This state is equivalent to the + * - Disabled. Interrupts are disabled. This state is equivalent to the * Suspended state because there are no fast interrupts in this architecture. * - Sleep. This state is entered with the execution of the specific * instruction @p wait. -- cgit v1.2.3