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

7 lines
85 B
C

#include "hal.h"
typedef struct {
NAME name;
char *config;
} config_template_t;