aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_fat.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-27 15:04:17 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-27 15:04:17 +1100
commit32a1138b9f66b76808906064a76c5f9533cc825c (patch)
tree1a3cb1ffc833a4453393d7209538edfd3dec668f /extmod/vfs_fat.c
parent143fa0ffeb41f0fb0f3c84bfd43397d36d97cea5 (diff)
extmod: Rename vfs_fat_file.h to vfs_fat.h.
And move declaration of mp_fat_vfs_type to this file.
Diffstat (limited to 'extmod/vfs_fat.c')
-rw-r--r--extmod/vfs_fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/vfs_fat.c b/extmod/vfs_fat.c
index 36bdb5dbd..36e5031a8 100644
--- a/extmod/vfs_fat.c
+++ b/extmod/vfs_fat.c
@@ -37,7 +37,7 @@
#include "py/runtime.h"
#include "py/mperrno.h"
#include "lib/oofatfs/ff.h"
-#include "extmod/vfs_fat_file.h"
+#include "extmod/vfs_fat.h"
#include "extmod/fsusermount.h"
#include "timeutils.h"