moved global configlator into lib
This commit is contained in:
parent
1eef50505e
commit
1f2e3a65ab
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
#define TAG "CFGLR"
|
#define TAG "CFGLR"
|
||||||
|
|
||||||
|
cfglr_handle_t *configulator;
|
||||||
|
|
||||||
uint8_t cfglr_add_element(cfglr_handle_t *handle, cfglr_element_t *element) {
|
uint8_t cfglr_add_element(cfglr_handle_t *handle, cfglr_element_t *element) {
|
||||||
cfglr_signaler_t *signaler;
|
cfglr_signaler_t *signaler;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue