summaryrefslogtreecommitdiff
path: root/prototype/fw/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'prototype/fw/src/main.c')
-rw-r--r--prototype/fw/src/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/prototype/fw/src/main.c b/prototype/fw/src/main.c
new file mode 100644
index 0000000..a6b265b
--- /dev/null
+++ b/prototype/fw/src/main.c
@@ -0,0 +1,12 @@
+
+#include <global.h>
+
+int main(void) {
+ while (23) {
+ }
+}
+
+void __libc_init_array (void) __attribute__((weak));
+void __libc_init_array ()
+{
+}