summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/fat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/fat.c b/firmware/fat.c
index 235341f72d..bd6ec78426 100644
--- a/firmware/fat.c
+++ b/firmware/fat.c
@@ -25,9 +25,9 @@
25#include <time.h> 25#include <time.h>
26#include <sys/timeb.h> 26#include <sys/timeb.h>
27 27
28#include "fakestorage.h" 28#define BLOCK_SIZE 512
29
29#include "fat.h" 30#include "fat.h"
30#include "debug.h"
31 31
32#define NUM_ROOT_DIR_ENTRIES 512 32#define NUM_ROOT_DIR_ENTRIES 512
33#define NUM_FATS 2 33#define NUM_FATS 2