summaryrefslogtreecommitdiffhomepage
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, 0 insertions, 9 deletions
diff --git a/digital/io/src/fsm_templates/template_cb_impl.c b/digital/io/src/fsm_templates/template_cb_impl.c
deleted file mode 100644
index 91ff4fbb..00000000
--- a/digital/io/src/fsm_templates/template_cb_impl.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * %(state)s =%(event)s=>
-%(*branches_to)s */
-fsm_branch_t
-%(prefix)s__%(state)s__%(event)s (void)
-{
-%(returns)s
-}
-