Parcourir la source

Add INIT_FS_EXPORT for RAM file system

Bernard Xiong il y a 11 ans
Parent
commit
0468f0c87e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      components/dfs/filesystems/ramfs/dfs_ramfs.c

+ 1 - 0
components/dfs/filesystems/ramfs/dfs_ramfs.c

@@ -414,6 +414,7 @@ int dfs_ramfs_init(void)
 
     return 0;
 }
+INIT_FS_EXPORT(dfs_ramfs_init);
 
 struct dfs_ramfs* dfs_ramfs_create(rt_uint8_t *pool, rt_size_t size)
 {