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.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 digital/io/src/fsm_templates/template_cb.h (limited to 'digital/io/src/fsm_templates/template_cb.h') diff --git a/digital/io/src/fsm_templates/template_cb.h b/digital/io/src/fsm_templates/template_cb.h new file mode 100644 index 00000000..4f4deeec --- /dev/null +++ b/digital/io/src/fsm_templates/template_cb.h @@ -0,0 +1,10 @@ +#ifndef %(prefix)s_cb_h +#define %(prefix)s_cb_h +/* + * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT! + * + * %(name)s callbacks declaration. + * +%(*comments)s */ + +%(states_template,template_cb_decl.h)s#endif /* %(prefix)s_cb_h */ -- cgit v1.2.3