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 --- teensy/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'teensy/main.c') diff --git a/teensy/main.c b/teensy/main.c index 3711cd60d..4844941e7 100644 --- a/teensy/main.c +++ b/teensy/main.c @@ -8,7 +8,7 @@ #include "mpconfig.h" #include "mpqstr.h" #include "lexer.h" -#include "lexerteensy.h" +#include "../stm/lexerstr.h" #include "parse.h" #include "obj.h" #include "compile.h" @@ -378,7 +378,7 @@ void do_repl(void) { stdout_tx_str("\r\n"); } -void main(void) { +int main(void) { pinMode(LED_BUILTIN, OUTPUT); // Wait for host side to get connected while (!usb_vcp_is_connected()) { -- cgit v1.2.3