summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_loader_cb_skel.c
blob: 0639895294f13f5d1736421d841ac3391dc0c8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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