Newer
Older
Atmosphere / fusee / fusee-tertiary / src / main.c
@Michael Scire Michael Scire on 8 Apr 2018 158 bytes Implement all core Stage 1 logic for Fusee
#include "utils.h"
#include "hwinit.h"
#include "lib/printk.h"
#include "display/video_fb.h"


int main(void) {
    /* Do nothing for now */
    return 0;
}