diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2018-11-30 10:51:10 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2018-11-30 10:51:10 -0500 |
commit | 42eff60714a32942b307d6b139aa400ca0df296a (patch) | |
tree | 7258326a1e2b1c0d6f42dbc744a9f1aac14068e6 /initrd/init.c | |
parent | cef5647a1542ac8520df07f15216a35ee35881ac (diff) |
libgpio, better initrd structure
Diffstat (limited to 'initrd/init.c')
-rw-r--r-- | initrd/init.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/initrd/init.c b/initrd/init.c deleted file mode 100644 index 5ff4ae5..0000000 --- a/initrd/init.c +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @file test.c - * Basic userland code to be loaded by stmos for program load testing. - */ - -#include <stdio.h> - -int main(void) -{ - printf("Hello, world!\n"); - while (1); - return 0; -} - |