summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_hola_cb_skel.c
diff options
context:
space:
mode:
authorNicolas Schodet2010-05-15 23:02:00 +0200
committerNicolas Schodet2010-05-15 23:02:00 +0200
commit7f4655ebc5807a23782fc3efc1a722217a0081d4 (patch)
tree5d71127e1b6a9ef998469f08bbfeb69a5f6528c2 /digital/io/src/fsm_templates/template_hola_cb_skel.c
parent9503ce32ceb5b3b00b924db94f4b340b00399e46 (diff)
digital/io/src: add hola code
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