summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_hola_cb_skel.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/fsm_templates/template_hola_cb_skel.c')
-rw-r--r--digital/io/src/fsm_templates/template_hola_cb_skel.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/digital/io/src/fsm_templates/template_hola_cb_skel.c b/digital/io/src/fsm_templates/template_hola_cb_skel.c
new file mode 100644
index 00000000..980718da
--- /dev/null
+++ b/digital/io/src/fsm_templates/template_hola_cb_skel.c
@@ -0,0 +1,11 @@
+/*
+ * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
+ *
+ * Skeleton for %(name)s hola callbacks implementation.
+ *
+%(*comments)s */
+#include "common.h"
+#include "fsm.h"
+#include "%(prefix)s_cb.h"
+
+%(states_template,template_cb_impl.c,origin=hola)s