diff options
Diffstat (limited to 'apps/idle/idle.c')
-rw-r--r-- | apps/idle/idle.c | 16 |
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; -} |