extmod/vfs_fat_misc: Add func prototype for pedantic warnings.
This commit is contained in:
parent
6ef65e70af
commit
08fed6992f
|
@ -95,6 +95,8 @@ mp_obj_t fat_vfs_listdir(const char *path, bool is_str_type) {
|
|||
return dir_list;
|
||||
}
|
||||
|
||||
mp_import_stat_t fat_vfs_import_stat(const char *path);
|
||||
|
||||
mp_import_stat_t fat_vfs_import_stat(const char *path) {
|
||||
FILINFO fno;
|
||||
#if _USE_LFN
|
||||
|
|
Loading…
Reference in New Issue