From 860b852e4e109f1f2ed80ffae8303ed012492dac Mon Sep 17 00:00:00 2001 From: Sorixelle Date: Thu, 10 May 2018 17:29:29 +1000 Subject: [PATCH] Tidy up a few odd ends I missed --- fusee/fusee-primary/src/main.c | 1 - fusee/fusee-secondary/src/fs_dev.c | 1 - 2 files changed, 2 deletions(-) diff --git a/fusee/fusee-primary/src/main.c b/fusee/fusee-primary/src/main.c index 9178940f9..4234b1672 100644 --- a/fusee/fusee-primary/src/main.c +++ b/fusee/fusee-primary/src/main.c @@ -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"\ diff --git a/fusee/fusee-secondary/src/fs_dev.c b/fusee/fusee-secondary/src/fs_dev.c index 01d46dd12..31052e0dc 100644 --- a/fusee/fusee-secondary/src/fs_dev.c +++ b/fusee/fusee-secondary/src/fs_dev.c @@ -7,7 +7,6 @@ #include #include #include -#include #include "lib/fatfs/ff.h"