summaryrefslogtreecommitdiff
path: root/firmware/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/main.c')
-rw-r--r--firmware/main.c4
1 files changed, 4 insertions, 0 deletions
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;"