From 9b7b947b015d733586a7de6159d533cbdb01ac18 Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Tue, 7 Jan 2014 09:49:42 -0800 Subject: Updated teensy to use common code from stm directory. Updated mconfigport.h to enable GC --- stm/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stm/main.c') diff --git a/stm/main.c b/stm/main.c index a038c89b7..a2f3bc7f0 100644 --- a/stm/main.c +++ b/stm/main.c @@ -19,7 +19,8 @@ #include "nlr.h" #include "misc.h" #include "lexer.h" -#include "lexerstm.h" +#include "lexerstr.h" +#include "lexerfatfs.h" #include "parse.h" #include "obj.h" #include "compile.h" -- cgit v1.2.3