diff options
Diffstat (limited to 'apps/test.c')
-rw-r--r-- | apps/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/test.c b/apps/test.c index 592f35b..c5e6468 100644 --- a/apps/test.c +++ b/apps/test.c @@ -81,7 +81,7 @@ void serial_print(const char *data) serial_put(data[i]); } -void start() +void main() { serial_install(); serial_print("Follow the white rabbit."); |