1 parent 6ef65e7 commit 08fed69Copy full SHA for 08fed69
1 file changed
extmod/vfs_fat_misc.c
@@ -95,6 +95,8 @@ mp_obj_t fat_vfs_listdir(const char *path, bool is_str_type) {
95
return dir_list;
96
}
97
98
+mp_import_stat_t fat_vfs_import_stat(const char *path);
99
+
100
mp_import_stat_t fat_vfs_import_stat(const char *path) {
101
FILINFO fno;
102
#if _USE_LFN
0 commit comments