diff options
Diffstat (limited to 'prototype/fw/src')
-rw-r--r-- | prototype/fw/src/main.c | 12 |
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 () +{ +} |