diff options
author | Camil Staps | 2016-09-24 15:16:52 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-24 15:16:52 +0200 |
commit | c4da1ad2bad45348d4fc32870128586408d8f338 (patch) | |
tree | 749c84543d01173e4ab0fbb6e931517b20131370 /firmware/main.c | |
parent | Added fuspel (diff) |
Diffstat (limited to 'firmware/main.c')
-rw-r--r-- | firmware/main.c | 4 |
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;" |