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/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stmhal/main.c') diff --git a/stmhal/main.c b/stmhal/main.c index f91d10d32..d57bb2b2d 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -35,6 +35,8 @@ #include "py/stackctrl.h" #include "py/gc.h" +#include "lib/fatfs/ff.h" + #include "systick.h" #include "pendsv.h" #include "gccollect.h" @@ -52,7 +54,6 @@ #include "rtc.h" #include "storage.h" #include "sdcard.h" -#include "ff.h" #include "rng.h" #include "accel.h" #include "servo.h" -- cgit v1.2.3