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

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