Explorar el Código

Merge pull request #1790 from liruncong/dev-dfs

dfs_uffs_getdents函数声明问题修正
Bernard Xiong hace 7 años
padre
commit
7d3f38e4f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/dfs/filesystems/uffs/dfs_uffs.c

+ 1 - 1
components/dfs/filesystems/uffs/dfs_uffs.c

@@ -481,7 +481,7 @@ static int dfs_uffs_seek(struct dfs_fd* file,
 static int dfs_uffs_getdents(
     struct dfs_fd* file,
     struct dirent* dirp,
-    rt_uint32_t count)
+    uint32_t count)
 {
     rt_uint32_t index;
     char * file_path;