diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-27 15:04:17 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-27 15:04:17 +1100 |
commit | 32a1138b9f66b76808906064a76c5f9533cc825c (patch) | |
tree | 1a3cb1ffc833a4453393d7209538edfd3dec668f /cc3200/mods | |
parent | 143fa0ffeb41f0fb0f3c84bfd43397d36d97cea5 (diff) | |
download | micropython-32a1138b9f66b76808906064a76c5f9533cc825c.tar.gz micropython-32a1138b9f66b76808906064a76c5f9533cc825c.zip |
extmod: Rename vfs_fat_file.h to vfs_fat.h.
And move declaration of mp_fat_vfs_type to this file.
Diffstat (limited to 'cc3200/mods')
-rw-r--r-- | cc3200/mods/moduos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/moduos.c b/cc3200/mods/moduos.c index d5b29336af..1c9932b8e7 100644 --- a/cc3200/mods/moduos.c +++ b/cc3200/mods/moduos.c @@ -37,7 +37,7 @@ #include "moduos.h" #include "diskio.h" #include "sflash_diskio.h" -#include "extmod/vfs_fat_file.h" +#include "extmod/vfs_fat.h" #include "random.h" #include "mpexception.h" #include "version.h" |