summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/main.c')
-rw-r--r--teensy/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/teensy/main.c b/teensy/main.c
index 3711cd60d6..ce6aa029da 100644
--- a/teensy/main.c
+++ b/teensy/main.c
@@ -8,7 +8,6 @@
#include "mpconfig.h"
#include "mpqstr.h"
#include "lexer.h"
-#include "lexerteensy.h"
#include "parse.h"
#include "obj.h"
#include "compile.h"
@@ -378,7 +377,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()) {