mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
extmod/vfs_fat_misc: Add func prototype for pedantic warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user