mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 15:24:11 +08:00
Merge pull request #1790 from liruncong/dev-dfs
dfs_uffs_getdents函数声明问题修正
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user