Tidy up a few odd ends I missed

This commit is contained in:
Sorixelle 2018-05-10 17:29:29 +10:00
parent 9edda14be4
commit 860b852e4e
No known key found for this signature in database
GPG key ID: 4366AA8AA3A99CF9
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@ extern void (*__program_exit_callback)(int rc);
static void *g_framebuffer;
static char g_bct0_buffer[BCTO_MAX_SIZE];
#define I_KNOW_WHAT_I_AM_DOING
#define DEFAULT_BCT0_FOR_DEBUG \
"BCT0\n"\
"[stage1]\n"\

View file

@ -7,7 +7,6 @@
#include <sys/iosupport.h>
#include <sys/param.h>
#include <unistd.h>
#include <stdio.h>
#include "lib/fatfs/ff.h"