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-07-12 22:11:18 +02:00

7 lines
86 B
C

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