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

%(states_template,template_cb_impl.c)s