From a3ef89071b770b95325006356ee3d8b0511642c6 Mon Sep 17 00:00:00 2001 From: WillianChan Date: Tue, 27 Jul 2021 20:49:28 +0800 Subject: [PATCH] [modify][components][utilities]modify error code Signed-off-by: WillianChan --- components/utilities/var_export/var_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/utilities/var_export/var_export.h b/components/utilities/var_export/var_export.h index 041d2c3566..4bab33e957 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(#module".VarExpTab."#identi) = \ \ + RT_SECTION(#module".VarExpTab."#identi) = \ { \ _vexp_##identi##_module, \ _vexp_##identi##_identi, \ -- GitLab