From 9d3573134462335051e46b990e97e1d32bef4b29 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 31 Mar 2008 13:03:47 +0200 Subject: * digital/io/src: - adapted FSM to AVR program. --- digital/io/src/fsm_templates/template_cb_impl.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 digital/io/src/fsm_templates/template_cb_impl.c (limited to 'digital/io/src/fsm_templates/template_cb_impl.c') diff --git a/digital/io/src/fsm_templates/template_cb_impl.c b/digital/io/src/fsm_templates/template_cb_impl.c new file mode 100644 index 00000000..91ff4fbb --- /dev/null +++ b/digital/io/src/fsm_templates/template_cb_impl.c @@ -0,0 +1,9 @@ +/* + * %(state)s =%(event)s=> +%(*branches_to)s */ +fsm_branch_t +%(prefix)s__%(state)s__%(event)s (void) +{ +%(returns)s +} + -- cgit v1.2.3