summaryrefslogtreecommitdiff
path: root/digital/io/src/fsm_templates/template_cb_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/fsm_templates/template_cb_impl.c')
-rw-r--r--digital/io/src/fsm_templates/template_cb_impl.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/digital/io/src/fsm_templates/template_cb_impl.c b/digital/io/src/fsm_templates/template_cb_impl.c
new file mode 100644
index 00000000..91ff4fbb
--- /dev/null
+++ b/digital/io/src/fsm_templates/template_cb_impl.c
@@ -0,0 +1,9 @@
+/*
+ * %(state)s =%(event)s=>
+%(*branches_to)s */
+fsm_branch_t
+%(prefix)s__%(state)s__%(event)s (void)
+{
+%(returns)s
+}
+