9 lines
161 B
C
9 lines
161 B
C
|
|
#ifndef CONFIG_DEFAULTS_H
|
||
|
|
#define CONFIG_DEFAULTS_H
|
||
|
|
|
||
|
|
#include "config_types.h"
|
||
|
|
#include "config_consts.h"
|
||
|
|
|
||
|
|
void Config_LoadDefaults(BridgeConfig_t *cfg);
|
||
|
|
|
||
|
|
#endif
|