Add component initialization.

This commit is contained in:
Bernard Xiong
2013-06-23 07:48:42 +08:00
parent c5927f51b3
commit 98c8a23e94
23 changed files with 110 additions and 91 deletions
+1
View File
@@ -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)
{