fix rt_system_module_init() -> rt_system_dlmodule_init(),
in components/libc/libdl/dlmodule.c.
This commit is contained in:
parent
777554bb86
commit
b41ecff518
|
@ -48,7 +48,7 @@ void components_init(void)
|
|||
#endif
|
||||
|
||||
#ifdef RT_USING_MODULE
|
||||
rt_system_module_init();
|
||||
rt_system_dlmodule_init();
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue