summaryrefslogtreecommitdiff
path: root/stmhal/moduos.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 /stmhal/moduos.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 'stmhal/moduos.c')
-rw-r--r--stmhal/moduos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/moduos.c b/stmhal/moduos.c
index b3c6570a5..158e530ff 100644
--- a/stmhal/moduos.c
+++ b/stmhal/moduos.c
@@ -37,7 +37,7 @@
#include "timeutils.h"
#include "rng.h"
#include "uart.h"
-#include "extmod/vfs_fat_file.h"
+#include "extmod/vfs_fat.h"
#include "sdcard.h"
#include "extmod/fsusermount.h"
#include "portmodules.h"