mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 11:53:05 +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(
|
||||
struct dfs_fd* file,
|
||||
struct dirent* dirp,
|
||||
rt_uint32_t count)
|
||||
uint32_t count)
|
||||
{
|
||||
rt_uint32_t index;
|
||||
char * file_path;
|
||||
|
||||
Reference in New Issue
Block a user