Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
ec327432
Commit
ec327432
authored
Jan 29, 2017
by
Damien George
Browse files
extmod/vfs_fat: Update to use FF_DIR instead of DIR.
parent
28899cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
extmod/vfs_fat_misc.c
View file @
ec327432
...
...
@@ -54,7 +54,7 @@ mp_obj_t fat_vfs_listdir(const char *path, bool is_str_type) {
mp_obj_t
fat_vfs_listdir2
(
fs_user_mount_t
*
vfs
,
const
char
*
path
,
bool
is_str_type
)
{
FRESULT
res
;
FILINFO
fno
;
DIR
dir
;
FF_
DIR
dir
;
#if !MICROPY_FATFS_OO && _USE_LFN
fno
.
lfname
=
lfn
;
fno
.
lfsize
=
sizeof
lfn
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment