1
0
Эх сурвалжийг харах

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

SASANO Takayoshi 6 жил өмнө
parent
commit
b41ecff518

+ 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
 }