mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 15:43:32 +08:00
修正参数类型不匹配问题. uint32_t为unsigned int, 而rt_uint32_t为unsigned long
注: armclang编译器报错
This commit is contained in:
parent
95c36f32e2
commit
b8b711d0a7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user