summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_mkfatfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fat/fs_mkfatfs.h')
-rw-r--r--nuttx/fs/fat/fs_mkfatfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fat/fs_mkfatfs.h b/nuttx/fs/fat/fs_mkfatfs.h
index b14916756..31ad7b8af 100644
--- a/nuttx/fs/fat/fs_mkfatfs.h
+++ b/nuttx/fs/fat/fs_mkfatfs.h
@@ -99,7 +99,7 @@ struct fat_var_s
ubyte fv_jump[3]; /* 3-byte boot jump instruction */
ubyte fv_sectshift; /* Log2 of fv_sectorsize */
ubyte fv_nrootdirsects; /* Number of root directory sectors */
- ubyte fv_fatsize; /* FAT size: 0 (not determined), 12, 16, or 32 */
+ ubyte fv_fattype; /* FAT size: 0 (not determined), 12, 16, or 32 */
uint16 fv_bootcodesize; /* Size of array at fv_bootcode */
uint32 fv_createtime; /* Creation time */
uint32 fv_sectorsize; /* Size of one hardware sector */