Jelajahi Sumber

fix rt_system_module_init() -> rt_system_dlmodule_init(),
in components/libc/libdl/dlmodule.c.

SASANO Takayoshi 7 tahun lalu
induk
melakukan
b41ecff518
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      bsp/x86/applications/application.c

+ 1 - 1
bsp/x86/applications/application.c

@@ -48,7 +48,7 @@ void components_init(void)
 #endif
 
 #ifdef RT_USING_MODULE
-	rt_system_module_init();
+	rt_system_dlmodule_init();
 #endif
 #endif
 }