summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/fat.h')
-rw-r--r--firmware/drivers/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/fat.h b/firmware/drivers/fat.h
index 6a3e5cf967..ec71fceb05 100644
--- a/firmware/drivers/fat.h
+++ b/firmware/drivers/fat.h
@@ -64,6 +64,7 @@ struct fat_dir
64 unsigned int entrycount; 64 unsigned int entrycount;
65 int sector; 65 int sector;
66 struct fat_file file; 66 struct fat_file file;
67 unsigned char sectorcache[3][SECTOR_SIZE];
67}; 68};
68 69
69 70