summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/top.fsm
diff options
context:
space:
mode:
authorJérémy Dufour2008-04-23 11:00:58 +0200
committerJérémy Dufour2008-04-23 11:00:58 +0200
commit064deb14701108ba74ed8956adde1c4ac8b3d93c (patch)
tree13e1e320235ccb1f5d9c083057822eeba1140bd6 /digital/io/src/top.fsm
parent775eaa0998d0257b6fcd55048c98fa847183892b (diff)
* digital/io/src
- main_loop always notices top FSM about jack states change.
Diffstat (limited to 'digital/io/src/top.fsm')
-rw-r--r--digital/io/src/top.fsm6
1 files changed, 2 insertions, 4 deletions
diff --git a/digital/io/src/top.fsm b/digital/io/src/top.fsm
index cf125bb3..24a3b1fd 100644
--- a/digital/io/src/top.fsm
+++ b/digital/io/src/top.fsm
@@ -54,13 +54,11 @@ Events:
IDLE:
start -> WAIT_JACK_IN
- tell the main loop we want to be informed when the jack is inserted into the
- bot
+ wait for the jack to be inserted into the bot
WAIT_JACK_IN:
jack_inserted_into_bot -> WAIT_JACK_OUT
- tell the main loop we want to be informed when the jack is removed from the
- bot
+ wait for the jack to be removed from the bot
WAIT_JACK_OUT:
jack_removed_from_bot -> CONFIGURE_ASSERV