提交 b8b711d0 编写于 作者: L liruncong

修正参数类型不匹配问题. uint32_t为unsigned int, 而rt_uint32_t为unsigned long

注: armclang编译器报错
上级 95c36f32
...@@ -481,7 +481,7 @@ static int dfs_uffs_seek(struct dfs_fd* file, ...@@ -481,7 +481,7 @@ static int dfs_uffs_seek(struct dfs_fd* file,
static int dfs_uffs_getdents( static int dfs_uffs_getdents(
struct dfs_fd* file, struct dfs_fd* file,
struct dirent* dirp, struct dirent* dirp,
rt_uint32_t count) uint32_t count)
{ {
rt_uint32_t index; rt_uint32_t index;
char * file_path; char * file_path;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册