summaryrefslogtreecommitdiff
path: root/teensy/lcd.c
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-06-15 22:33:14 -0700
committerDave Hylands <dhylands@gmail.com>2014-06-15 22:48:05 -0700
commit4f1b7fec9f103c92de40875e9a06b7decc4923f4 (patch)
treed9e0f1b0e7dd290a728c065960500ecf30967997 /teensy/lcd.c
parent2547928148aefcf163953057979e14f46bef1170 (diff)
Updated teensy to build.
Refactored some stmhal files which are shared with teensy.
Diffstat (limited to 'teensy/lcd.c')
-rw-r--r--teensy/lcd.c7
1 files changed, 6 insertions, 1 deletions
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) {
}