Browse Source

[components][utilities][var_export] update the var export auto init to board_init.

朱天龙 (Armink) 1 year ago
parent
commit
43e0423b7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/utilities/var_export/var_export.c

+ 1 - 1
components/utilities/var_export/var_export.c

@@ -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)