From f29ada23c52c611b840cd7321fe52e1aa18f5ce9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 24 Jan 2009 14:41:40 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@674 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/ch.txt') diff --git a/docs/ch.txt b/docs/ch.txt index aff84eff1..6f99b0f98 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -181,7 +181,7 @@ rankdir="LR"; node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true", width="0.75", height="0.75"]; edge [fontname=Helvetica, fontsize=8]; - any1 [label="Any State\nexcept\nDisabled\nand Init"]; + any1 [label="Any State\nexcept *"]; any2 [label="Any State"]; sfi [label="SFI"]; halt [label="Halted"]; @@ -196,6 +196,7 @@ SNMI -> halt [label="NMI return"]; } * @enddot + * @attention * except: Init, Halt, SNMI, Disabled. * * @section scheduling Scheduling * The strategy is very simple the currently ready thread with the highest -- cgit v1.2.3