summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/fsm_templates/template_init_cb_skel.c
blob: fea9270e106fb37ac8098c10b5c9fefe6b10e617 (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 init callbacks implementation.
 *
%(*comments)s */
#include "common.h"
#include "fsm.h"
#include "%(prefix)s_cb.h"

%(states_template,template_cb_impl.c,origin=init)s