aboutsummaryrefslogtreecommitdiff
path: root/apps/idle/idle.c
diff options
context:
space:
mode:
authorMarvin Borner2021-05-20 20:19:05 +0200
committerMarvin Borner2021-05-20 20:19:05 +0200
commit519a1de7d9fe809efc4077933fabbe93a8da9439 (patch)
treebe9d636e48036b42c8c6cc490b5f53db8b4f3a2e /apps/idle/idle.c
parent59de0af0cff96182d3e30ab453bc9763a6635947 (diff)
More generic makefile layout
Diffstat (limited to 'apps/idle/idle.c')
-rw-r--r--apps/idle/idle.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/idle/idle.c b/apps/idle/idle.c
deleted file mode 100644
index 43186ff..0000000
--- a/apps/idle/idle.c
+++ /dev/null
@@ -1,16 +0,0 @@
-// MIT License, Copyright (c) 2021 Marvin Borner
-
-#include <def.h>
-
-int main(int argc, char **argv)
-{
- UNUSED(argc);
- UNUSED(argv);
-
- // Just chillin'
- while (1)
- ;
- /* __asm__ volatile("hlt"); */
-
- return 0;
-}