From 3a1bbcc2ef46bbab90ef3cde88dfcd8810e71d74 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 25 Nov 2015 00:43:11 +0200 Subject: extmod: Move fsusermount.c from stmhal for cross-port reuse. --- stmhal/ffconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/ffconf.c') diff --git a/stmhal/ffconf.c b/stmhal/ffconf.c index 98eb159b6..74336310a 100644 --- a/stmhal/ffconf.c +++ b/stmhal/ffconf.c @@ -30,7 +30,7 @@ #include "lib/fatfs/ff.h" #include "lib/fatfs/ffconf.h" #include "lib/fatfs/diskio.h" -#include "fsusermount.h" +#include "extmod/fsusermount.h" STATIC bool check_path(const TCHAR **path, const char *mount_point_str, mp_uint_t mount_point_len) { if (strncmp(*path, mount_point_str, mount_point_len) == 0) { -- cgit v1.2.3