summaryrefslogtreecommitdiffstats
path: root/picorv32/firmware/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'picorv32/firmware/hello.c')
-rw-r--r--picorv32/firmware/hello.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/picorv32/firmware/hello.c b/picorv32/firmware/hello.c
deleted file mode 100644
index b7e0b96..0000000
--- a/picorv32/firmware/hello.c
+++ /dev/null
@@ -1,14 +0,0 @@
-// This is free and unencumbered software released into the public domain.
-//
-// Anyone is free to copy, modify, publish, use, compile, sell, or
-// distribute this software, either in source code form or as a compiled
-// binary, for any purpose, commercial or non-commercial, and by any
-// means.
-
-#include "firmware.h"
-
-void hello(void)
-{
- print_str("hello world\n");
-}
-