From f416af1eeed92e9508744544e39983af82479965 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Mon, 18 May 2009 22:29:25 +0200 Subject: * digital/io/src: - fix event sent to the wrong FSM, - start top FSM, - rewrite event generated by move FSM when its finished, - init FSM generates an event when the match start, - init FSM starts the chrono when the match start, - top FSM now uses the event generated by the init FSM to know when the match start and not the jack states. --- digital/io/src/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'digital/io/src/init.c') diff --git a/digital/io/src/init.c b/digital/io/src/init.c index 7b0e584c..1d0d8d82 100644 --- a/digital/io/src/init.c +++ b/digital/io/src/init.c @@ -22,4 +22,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * }}} */ +#include "common.h" + #include "init.h" + +uint8_t init_match_is_started = 0; -- cgit v1.2.3