diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-15 00:16:46 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-02-15 00:16:46 +0200 |
commit | 6b0c88256b03de63280eb7b704f5b6aaa5e9cc46 (patch) | |
tree | 93ef978091acb342b01ebafee83fbf1077525b94 /extmod/vfs_fat.c | |
parent | 8cb78e0e5356134e9313e745667297d6b9dc46ed (diff) |
extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.
Diffstat (limited to 'extmod/vfs_fat.c')
-rw-r--r-- | extmod/vfs_fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_fat.c b/extmod/vfs_fat.c index 607a736a7..b408dca0c 100644 --- a/extmod/vfs_fat.c +++ b/extmod/vfs_fat.c @@ -32,7 +32,7 @@ #include "py/runtime.h" #include "lib/fatfs/ff.h" #include "lib/fatfs/diskio.h" -#include "stmhal/file.h" +#include "extmod/vfs_fat_file.h" #include "fsusermount.h" #define mp_obj_fat_vfs_t fs_user_mount_t |