diff options
Diffstat (limited to 'atmel-samd/spi_flash.c')
| -rw-r--r-- | atmel-samd/spi_flash.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/atmel-samd/spi_flash.c b/atmel-samd/spi_flash.c index a534d2dd9..7f3c8984c 100644 --- a/atmel-samd/spi_flash.c +++ b/atmel-samd/spi_flash.c @@ -30,11 +30,12 @@ #include "asf/sam0/drivers/sercom/spi/spi.h" +#include "extmod/vfs.h" +#include "extmod/vfs_fat.h" #include "py/gc.h" #include "py/obj.h" #include "py/runtime.h" -#include "lib/fatfs/ff.h" -#include "extmod/fsusermount.h" +#include "lib/oofatfs/ff.h" #include "rgb_led_status.h" #include "shared_dma.h" |
