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 @@ #include #include -#include "fakestorage.h" +#define BLOCK_SIZE 512 + #include "fat.h" -#include "debug.h" #define NUM_ROOT_DIR_ENTRIES 512 #define NUM_FATS 2