diff options
Diffstat (limited to 'stmhal/diskio.c')
-rw-r--r-- | stmhal/diskio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/diskio.c b/stmhal/diskio.c index 8c8c8ee15b..6d0a8b40cd 100644 --- a/stmhal/diskio.c +++ b/stmhal/diskio.c @@ -38,7 +38,7 @@ #include "rtc.h" #include "storage.h" #include "sdcard.h" -#include "fsusermount.h" +#include "extmod/fsusermount.h" const PARTITION VolToPart[] = { {0, 1}, // Logical drive 0 ==> Physical drive 0, 1st partition |