diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-24 14:41:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-24 14:41:40 +0000 |
commit | f29ada23c52c611b840cd7321fe52e1aa18f5ce9 (patch) | |
tree | f12e5d2c87becff716e05993b5f7c95fe79ea841 | |
parent | 08d05ef80e766779fc50d9151813d3e1230bd70f (diff) | |
download | ChibiOS-f29ada23c52c611b840cd7321fe52e1aa18f5ce9.tar.gz ChibiOS-f29ada23c52c611b840cd7321fe52e1aa18f5ce9.tar.bz2 ChibiOS-f29ada23c52c611b840cd7321fe52e1aa18f5ce9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@674 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | docs/ch.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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: <b>Init</b>, <b>Halt</b>, <b>SNMI</b>, <b>Disabled</b>.
*
* @section scheduling Scheduling
* The strategy is very simple the currently ready thread with the highest
|