Merge pull request #1790 from liruncong/dev-dfs

dfs_uffs_getdents函数声明问题修正
This commit is contained in:
Bernard Xiong 2018-09-11 19:08:47 +08:00 committed by GitHub
commit 7d3f38e4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;