summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_cb.h
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-31 13:03:47 +0200
committerNicolas Schodet2008-03-31 13:03:47 +0200
commit9d3573134462335051e46b990e97e1d32bef4b29 (patch)
treedd02e406ef2a785e433bbe8baf4bd814bcff1fb2 /digital/io/src/fsm_templates/template_cb.h
parentbd653ce716c5002aaf79b88cf3934e2f51e6ff07 (diff)
* digital/io/src:
- adapted FSM to AVR program.
Diffstat (limited to 'digital/io/src/fsm_templates/template_cb.h')
-rw-r--r--digital/io/src/fsm_templates/template_cb.h10
1 files changed, 10 insertions, 0 deletions
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 */