diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-28 15:48:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-28 15:48:05 +0000 |
commit | 3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4 (patch) | |
tree | 171cd66f56b90739996f60b0955ee5e598bb49fa /os/hal/dox | |
parent | e4828a13e579f8bdbb92bd705b40604c5ade1063 (diff) | |
download | ChibiOS-3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4.tar.gz ChibiOS-3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4.tar.bz2 ChibiOS-3a41c23cf7bf054da38545bcffac7e6e2cd8fcb4.zip |
Fixed bug #461.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6651 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/icu.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/dox/icu.dox b/os/hal/dox/icu.dox index 1d3fe092e..76506c10a 100644 --- a/os/hal/dox/icu.dox +++ b/os/hal/dox/icu.dox @@ -54,6 +54,7 @@ ready -> waiting [label="\nicuEnable()"];
waiting -> active [label="\nStart Front"];
waiting -> ready [label="\nicuDisable()"];
+ waiting -> waiting [label="\nStop Front"];
active -> idle [label="\nStop Front\n>width_cb<"];
active -> ready [label="\nicuDisable()\nicuDisableI()"];
idle -> active [label="\nStart Front\n>period_cb<"];
@@ -83,6 +84,7 @@ ready -> waiting [label="\nicuEnable()"];
waiting -> active [label="\nStart Front"];
waiting -> ready [label="\nicuDisable()"];
+ waiting -> waiting [label="\nStop Front"];
active -> idle [label="\nStop Front\n>width_cb<"];
active -> ready [label="\nicuDisable()\nicuDisableI()"];
idle -> active [label="\nStart Front\n>period_cb<"];
|