diff --git a/components/utilities/var_export/var_export.h b/components/utilities/var_export/var_export.h index 58cfc06e8d..041d2c3566 100644 --- a/components/utilities/var_export/var_export.h +++ b/components/utilities/var_export/var_export.h @@ -47,7 +47,7 @@ typedef struct ve_iterator ve_iterator_t; const char _vexp_##identi##_module[] RT_SECTION(".rodata.vexp") = #module; \ const char _vexp_##identi##_identi[] RT_SECTION(".rodata.vexp") = #identi; \ RT_USED const struct ve_exporter _vexp_##module##identi \ - RT_SECTION("VarExpTab") = \ + RT_SECTION(#module".VarExpTab."#identi) = \ \ { \ _vexp_##identi##_module, \ _vexp_##identi##_identi, \