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