2018-04-07 22:51:24 -06:00

12 lines
158 B
C

#include "utils.h"
#include "hwinit.h"
#include "lib/printk.h"
#include "display/video_fb.h"
int main(void) {
/* Do nothing for now */
return 0;
}