未验证 提交 7d3f38e4 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1790 from liruncong/dev-dfs

dfs_uffs_getdents函数声明问题修正
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册