diff --git a/components/init/components.c b/components/init/components.c index 44ff11361a1ab69cdb54589338eee67437b0b367..2c507e12f837729e2b1fe92e7ef831c4b619b97f 100644 --- a/components/init/components.c +++ b/components/init/components.c @@ -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