summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/fat.c')
-rw-r--r--firmware/drivers/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c
index a4fa7aa933..cfd4767032 100644
--- a/firmware/drivers/fat.c
+++ b/firmware/drivers/fat.c
@@ -197,7 +197,7 @@ struct fat_cache_entry
197 197
198static char fat_cache_sectors[FAT_CACHE_SIZE][SECTOR_SIZE]; 198static char fat_cache_sectors[FAT_CACHE_SIZE][SECTOR_SIZE];
199static struct fat_cache_entry fat_cache[FAT_CACHE_SIZE]; 199static struct fat_cache_entry fat_cache[FAT_CACHE_SIZE];
200static struct mutex cache_mutex; 200static struct mutex cache_mutex NOCACHEBSS_ATTR;
201 201
202static long cluster2sec(IF_MV2(struct bpb* fat_bpb,) long cluster) 202static long cluster2sec(IF_MV2(struct bpb* fat_bpb,) long cluster)
203{ 203{