mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-20 21:29:42 +08:00
Add component initialization.
This commit is contained in:
@@ -91,6 +91,7 @@ void rt_system_module_init(void)
|
||||
rt_sem_init(&mod_sem, "module", 1, RT_IPC_FLAG_FIFO);
|
||||
#endif
|
||||
}
|
||||
INIT_COMPONENT_EXPORT(rt_system_module_init);
|
||||
|
||||
static rt_uint32_t rt_module_symbol_find(const char *sym_str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user