From 4f94d90d4dba522a2fcf451da9c78e810782e2c0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 4 Mar 2015 20:35:41 +0000 Subject: stmhal: Include fatfs headers using lib/fatfs prefix. This helps make files reusable across other ports. --- stmhal/fsusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/fsusermount.c') diff --git a/stmhal/fsusermount.c b/stmhal/fsusermount.c index 0cd36480e..5ddb4c29b 100644 --- a/stmhal/fsusermount.c +++ b/stmhal/fsusermount.c @@ -26,7 +26,7 @@ #include "py/nlr.h" #include "py/runtime.h" -#include "ff.h" +#include "lib/fatfs/ff.h" #include "fsusermount.h" // for user-mountable block device -- cgit v1.2.3