1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-20 07:32:10 +00:00
stmbl/shared/config.h

7 lines
85 B
C
Raw Permalink Normal View History

2017-07-12 20:11:18 +00:00
#include "hal.h"
typedef struct {
2017-09-06 02:20:06 +00:00
NAME name;
char *config;
} config_template_t;