extmod/vfs_fat_misc: Add func prototype for pedantic warnings.

travis-unbreak
Paul Sokolovsky 2016-02-29 00:48:45 +02:00
parent 6ef65e70af
commit 08fed6992f
1 changed files with 2 additions and 0 deletions

View File

@ -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