diff options
| author | Damien George <damien.p.george@gmail.com> | 2017-01-29 19:20:27 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2017-01-30 12:26:08 +1100 |
| commit | b697c890096805d9ccaf7553dbff5b82f5332609 (patch) | |
| tree | 8d5ab2b4d16a7139189cb704b36e6ca957e1fb6a /extmod/vfs_fat_diskio.c | |
| parent | 9425bf5b2ba4a4b7f535c9e52add43fd1664802d (diff) | |
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
vfs.h is for generic VFS declarations, and vfs_fat.h is for VfsFat
specific things.
Diffstat (limited to 'extmod/vfs_fat_diskio.c')
| -rw-r--r-- | extmod/vfs_fat_diskio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_fat_diskio.c b/extmod/vfs_fat_diskio.c index e12c4597e..7efcc22f2 100644 --- a/extmod/vfs_fat_diskio.c +++ b/extmod/vfs_fat_diskio.c @@ -38,7 +38,7 @@ #include "py/runtime.h" #include "lib/oofatfs/ff.h" #include "lib/oofatfs/diskio.h" -#include "extmod/fsusermount.h" +#include "extmod/vfs_fat.h" #if _MAX_SS == _MIN_SS #define SECSIZE(fs) (_MIN_SS) |
