[components][utilities][var_export] update the var export auto init to board_init.
This commit is contained in:
parent
e00e2d55ce
commit
43e0423b7b
|
@ -126,7 +126,7 @@ int var_export_init(void)
|
|||
|
||||
return ve_exporter_num;
|
||||
}
|
||||
INIT_PREV_EXPORT(var_export_init);
|
||||
INIT_BOARD_EXPORT(var_export_init);
|
||||
|
||||
/* initialize module */
|
||||
int ve_module_init(ve_module_t *mod, const char *module)
|
||||
|
|
Loading…
Reference in New Issue