提交 7255137b 编写于 作者: B bernard

[DFS] Add ramfs initialization in components initialization procedure

上级 5ce39b8a
......@@ -148,6 +148,10 @@ void rt_components_init(void)
dfs_romfs_init();
#endif
#ifdef RT_USING_DFS_RAMFS
dfs_ramfs_init();
#endif
#ifdef RT_USING_DFS_DEVFS
devfs_init();
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册