aboutsummaryrefslogtreecommitdiff
path: root/src/bringelle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bringelle.c')
-rw-r--r--src/bringelle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bringelle.c b/src/bringelle.c
index d8bbe82..c13744a 100644
--- a/src/bringelle.c
+++ b/src/bringelle.c
@@ -1,8 +1,10 @@
#include "utils/print.h"
+#include "utils/asm.h"
void bringelle(){
clear();
print("Booting Bringelle...");
+
while(1);
}