fix rt_system_module_init() -> rt_system_dlmodule_init(),

in components/libc/libdl/dlmodule.c.
This commit is contained in:
SASANO Takayoshi 2018-10-21 21:21:38 +09:00
parent 777554bb86
commit b41ecff518
1 changed files with 1 additions and 1 deletions

View File

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