aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/RC/STM8/port.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/RC/STM8/port.dox')
-rw-r--r--os/ports/RC/STM8/port.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox
index 1a57ad754..a2f7bd507 100644
--- a/os/ports/RC/STM8/port.dox
+++ b/os/ports/RC/STM8/port.dox
@@ -33,7 +33,7 @@
* - <b>Normal</b>. This is the state the system has after executing
* @p chSysInit(). Interrupts are enabled.
* - <b>Suspended</b>. Interrupts are disabled.
- * - <b>Disabled</b>. Interrupts are enabled. This state is equivalent to the
+ * - <b>Disabled</b>. Interrupts are disabled. This state is equivalent to the
* Suspended state because there are no fast interrupts in this architecture.
* - <b>Sleep</b>. Implemented with "wait" instruction insertion in the idle
* loop.