提交 6ae04def 编写于 作者: qiuyiuestc's avatar qiuyiuestc

update rt_components_init

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2208 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 5e536220
...@@ -85,19 +85,19 @@ void rt_components_init(void) ...@@ -85,19 +85,19 @@ void rt_components_init(void)
#endif #endif
#ifdef RT_USING_DFS_YAFFS2 #ifdef RT_USING_DFS_YAFFS2
yaffs2_init(); dfs_yaffs2_init();
#endif #endif
#ifdef RT_USING_DFS_UFFS #ifdef RT_USING_DFS_UFFS
uffs_init(); dfs_uffs_init();
#endif #endif
#ifdef RT_USING_DFS_JFFS2 #ifdef RT_USING_DFS_JFFS2
jffs2_init(); dfs_jffs2_init();
#endif #endif
#ifdef RT_USING_DFS_ROMFS #ifdef RT_USING_DFS_ROMFS
romfs_init(); dfs_romfs_init();
#endif #endif
#ifdef RT_USING_DFS_DEVFS #ifdef RT_USING_DFS_DEVFS
...@@ -117,5 +117,10 @@ void rt_components_init(void) ...@@ -117,5 +117,10 @@ void rt_components_init(void)
rtgui_system_server_init(); rtgui_system_server_init();
#endif #endif
#ifdef RT_USING_USB_HOST
rt_usb_host_init();
#endif
return; return;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册