From c4da1ad2bad45348d4fc32870128586408d8f338 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 24 Sep 2016 15:16:52 +0200 Subject: Update fuspel --- firmware/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/main.c') diff --git a/firmware/main.c b/firmware/main.c index 11f249f..acec256 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -29,6 +29,10 @@ void init_terminal(void) { term->update = t6963c_update_terminal; } +fuspel *import(fuspel *already_parsed, char *name) { + return already_parsed; +} + static char* program = "mul a b = code mul a b;" "sub a b = code sub a b;" -- cgit v1.2.3