diff options
Diffstat (limited to 'atmel-samd/internal_flash.c')
| -rw-r--r-- | atmel-samd/internal_flash.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/atmel-samd/internal_flash.c b/atmel-samd/internal_flash.c index 98dc92608..bd5963e11 100644 --- a/atmel-samd/internal_flash.c +++ b/atmel-samd/internal_flash.c @@ -28,11 +28,12 @@ #include <stdint.h> #include <string.h> +#include "extmod/vfs.h" +#include "extmod/vfs_fat.h" #include "py/mphal.h" #include "py/obj.h" #include "py/runtime.h" -#include "lib/fatfs/ff.h" -#include "extmod/fsusermount.h" +#include "lib/oofatfs/ff.h" #include "asf/sam0/drivers/nvm/nvm.h" #include "asf/sam0/drivers/port/port.h" |
