From 6b0c88256b03de63280eb7b704f5b6aaa5e9cc46 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 15 Feb 2016 00:16:46 +0200 Subject: extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. --- extmod/vfs_fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extmod/vfs_fat.c') diff --git a/extmod/vfs_fat.c b/extmod/vfs_fat.c index 607a736a7..b408dca0c 100644 --- a/extmod/vfs_fat.c +++ b/extmod/vfs_fat.c @@ -32,7 +32,7 @@ #include "py/runtime.h" #include "lib/fatfs/ff.h" #include "lib/fatfs/diskio.h" -#include "stmhal/file.h" +#include "extmod/vfs_fat_file.h" #include "fsusermount.h" #define mp_obj_fat_vfs_t fs_user_mount_t -- cgit v1.2.3