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. --- teensy/lcd.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'teensy/lcd.c') diff --git a/teensy/lcd.c b/teensy/lcd.c index cc3f52bad..5b991aac7 100644 --- a/teensy/lcd.c +++ b/teensy/lcd.c @@ -1,5 +1,10 @@ +#include "mpconfig.h" +#include "nlr.h" #include "misc.h" -#include "../stm/lcd.h" +#include "qstr.h" +#include "parse.h" +#include "obj.h" +#include "../stmhal/lcd.h" void lcd_init(void) { } -- cgit v1.2.3