mirror of
https://github.com/rene-dev/stmbl.git
synced 2024-12-20 07:32:10 +00:00
7 lines
86 B
C
7 lines
86 B
C
#include "hal.h"
|
|
|
|
typedef struct {
|
|
NAME name;
|
|
char *config;
|
|
}config_template_t;
|