From 2cf6dfa280a8149941aafc852fbaae8bdfc4999e Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:06:20 +0000 Subject: stmhal: Prefix includes with py/; remove need for -I../py. --- stmhal/dac.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'stmhal/dac.c') diff --git a/stmhal/dac.c b/stmhal/dac.c index d6b666886..e8ed752c0 100644 --- a/stmhal/dac.c +++ b/stmhal/dac.c @@ -30,13 +30,8 @@ #include "stm32f4xx_hal.h" -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "parse.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" #include "timer.h" #include "dac.h" #include "pin.h" -- cgit v1.2.3