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/pyexec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stmhal/pyexec.c') diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 45928427e..48be225af 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -26,8 +26,7 @@ #include #include - -#include +#include #include "mpconfig.h" #include "nlr.h" @@ -50,6 +49,8 @@ #include "usb.h" #include "genhdr/py-version.h" +#include HAL_H + pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; STATIC bool repl_display_debugging_info = 0; -- cgit v1.2.3