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/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/file.c') diff --git a/stmhal/file.c b/stmhal/file.c index 66bb51f49..62e582874 100644 --- a/stmhal/file.c +++ b/stmhal/file.c @@ -30,8 +30,8 @@ #include "py/nlr.h" #include "py/runtime.h" #include "py/stream.h" +#include "lib/fatfs/ff.h" #include "file.h" -#include "ff.h" extern const mp_obj_type_t mp_type_fileio; extern const mp_obj_type_t mp_type_textio; -- cgit v1.2.3