Explorar o código

[modify][components][utilities]modify error code

Signed-off-by: WillianChan <chentingwei@rt-thread.com>
WillianChan %!s(int64=3) %!d(string=hai) anos
pai
achega
a3ef89071b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/utilities/var_export/var_export.h

+ 1 - 1
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(#module".VarExpTab."#identi) =                                   \                                               \
+    RT_SECTION(#module".VarExpTab."#identi) =                                   \
     {                                                                           \
         _vexp_##identi##_module,                                                \
         _vexp_##identi##_identi,                                                \