fixTemplate #2

Merged
HEL merged 2 commits from fixTemplate into main 2023-07-11 20:59:07 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 33906b4184 - Show all commits

View File

@ -10,6 +10,7 @@
#include "../xf/xf.h"
typedef enum {
ST${fn}_INIT,
${STATES_ENUM}
} ${filename}_STATES;