summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/fat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/fat.c b/firmware/fat.c
index 235341f..bd6ec78 100644
--- a/firmware/fat.c
+++ b/firmware/fat.c
@@ -25,9 +25,9 @@
#include <time.h>
#include <sys/timeb.h>
-#include "fakestorage.h"
+#define BLOCK_SIZE 512
+
#include "fat.h"
-#include "debug.h"
#define NUM_ROOT_DIR_ENTRIES 512
#define NUM_FATS 2