From 4f1b7fec9f103c92de40875e9a06b7decc4923f4 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Sun, 15 Jun 2014 22:33:14 -0700 Subject: Updated teensy to build. Refactored some stmhal files which are shared with teensy. --- stmhal/pybstdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stmhal/pybstdio.c') diff --git a/stmhal/pybstdio.c b/stmhal/pybstdio.c index 05ea06eb4..b6b5560be 100644 --- a/stmhal/pybstdio.c +++ b/stmhal/pybstdio.c @@ -25,8 +25,7 @@ */ #include - -#include +#include #include "misc.h" #include "mpconfig.h" @@ -38,6 +37,8 @@ #include "usb.h" #include "uart.h" +#include HAL_H + // TODO make stdin, stdout and stderr writable objects so they can // be changed by Python code. -- cgit v1.2.3