aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/main.c2
-rw-r--r--stmhal/modmachine.c2
-rw-r--r--stmhal/sdcard.c1
-rw-r--r--stmhal/storage.c1
4 files changed, 2 insertions, 4 deletions
diff --git a/stmhal/main.c b/stmhal/main.c
index 9eab50061..3a0bd7a6b 100644
--- a/stmhal/main.c
+++ b/stmhal/main.c
@@ -39,7 +39,7 @@
#include "lib/utils/pyexec.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs.h"
-#include "extmod/fsusermount.h"
+#include "extmod/vfs_fat.h"
#include "systick.h"
#include "pendsv.h"
diff --git a/stmhal/modmachine.c b/stmhal/modmachine.c
index aec8e29c5..b10bca819 100644
--- a/stmhal/modmachine.c
+++ b/stmhal/modmachine.c
@@ -37,7 +37,7 @@
#include "lib/utils/pyexec.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs.h"
-#include "extmod/fsusermount.h"
+#include "extmod/vfs_fat.h"
#include "gccollect.h"
#include "irq.h"
#include "rng.h"
diff --git a/stmhal/sdcard.c b/stmhal/sdcard.c
index 52ede492b..b1d67f62a 100644
--- a/stmhal/sdcard.c
+++ b/stmhal/sdcard.c
@@ -30,7 +30,6 @@
#include "py/runtime.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs_fat.h"
-#include "extmod/fsusermount.h"
#include "mphalport.h"
#include "sdcard.h"
diff --git a/stmhal/storage.c b/stmhal/storage.c
index 6130d6fb8..c1daad4c2 100644
--- a/stmhal/storage.c
+++ b/stmhal/storage.c
@@ -31,7 +31,6 @@
#include "py/runtime.h"
#include "lib/oofatfs/ff.h"
#include "extmod/vfs_fat.h"
-#include "extmod/fsusermount.h"
#include "systick.h"
#include "led.h"