missing extern for *configulator
This commit is contained in:
parent
1f2e3a65ab
commit
31da8a4ede
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ struct cfglr_handle_struct {
|
|||
cfglr_element_t elements[CFGLR_ELEMENTS_MAX];
|
||||
};
|
||||
|
||||
extern cfglr_handle_t *configulator;
|
||||
|
||||
uint8_t cfglr_init(cfglr_handle_t *handle);
|
||||
uint8_t cfglr_fetch_data(cfglr_backend_t *backend, cfglr_element_t *element, cfglr_handle_t *handler);
|
||||
cfglr_element_t * cfglr_get_element(cfglr_handle_t *handle, const char *name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue