diff options
Diffstat (limited to 'stmhal/usbd_msc_storage.c')
-rw-r--r-- | stmhal/usbd_msc_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_msc_storage.c b/stmhal/usbd_msc_storage.c index 03483ef093..82fa550dc9 100644 --- a/stmhal/usbd_msc_storage.c +++ b/stmhal/usbd_msc_storage.c @@ -37,8 +37,8 @@ #include "usbd_msc_storage.h" #include "py/misc.h" +#include "lib/fatfs/diskio.h" #include "storage.h" -#include "diskio.h" #include "sdcard.h" // These are needed to support removal of the medium, so that the USB drive |