4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 19:19:18 +08:00

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

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
}