Skip to content

Commit 08fed69

Browse files
committed
extmod/vfs_fat_misc: Add func prototype for pedantic warnings.
1 parent 6ef65e7 commit 08fed69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extmod/vfs_fat_misc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ mp_obj_t fat_vfs_listdir(const char *path, bool is_str_type) {
9595
return dir_list;
9696
}
9797

98+
mp_import_stat_t fat_vfs_import_stat(const char *path);
99+
98100
mp_import_stat_t fat_vfs_import_stat(const char *path) {
99101
FILINFO fno;
100102
#if _USE_LFN

0 commit comments

Comments
 (0)