summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_cb.h
diff options
context:
space:
mode:
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 */