summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index ec71fceb05..921f04eb8d 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -51,6 +51,7 @@ struct fat_file
51 int firstcluster; /* first cluster in file */ 51 int firstcluster; /* first cluster in file */
52 int lastcluster; /* cluster of last access */ 52 int lastcluster; /* cluster of last access */
53 int lastsector; /* sector of last access */ 53 int lastsector; /* sector of last access */
54 int clusternum; /* current clusternum */
54 int sectornum; /* sector number in this cluster */ 55 int sectornum; /* sector number in this cluster */
55 unsigned int direntry; /* short dir entry index from start of dir */ 56 unsigned int direntry; /* short dir entry index from start of dir */
56 unsigned int direntries; /* number of dir entries used by this file */ 57 unsigned int direntries; /* number of dir entries used by this file */