From b68d98d61cc013da2df98e5d77d7bf3598d0dd4d Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 1 Jan 2015 21:13:30 +0000 Subject: teensy: Prefix includes with py/; remove need for -I../py. --- teensy/usb.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'teensy/usb.c') diff --git a/teensy/usb.c b/teensy/usb.c index d1601c32d..ed96826b3 100644 --- a/teensy/usb.c +++ b/teensy/usb.c @@ -1,13 +1,8 @@ #include -#include -#include "Arduino.h" +#include "py/runtime.h" -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "Arduino.h" #include "usb.h" #include "usb_serial.h" -- cgit v1.2.3