aboutsummaryrefslogtreecommitdiff
path: root/src/bringelle.c
blob: d8bbe82c57279720cf7b838f3d8714e19d6065f6 (plain)
1
2
3
4
5
6
7
8
#include "utils/print.h"

void bringelle(){
  clear();
  print("Booting Bringelle...");

  while(1);
}