summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_mkfatfs.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-09 19:44:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-09 19:44:55 +0000
commit64cbf99d07f2bb6ee67dc64451c7064702904ad0 (patch)
tree2c74e48b946f9ecbd57b9afd16c0bbbb7dbbba8f /nuttx/fs/fat/fs_mkfatfs.h
parent739c683a81fd750eced6aec2ea30cc1c68701a68 (diff)
downloadpx4-nuttx-64cbf99d07f2bb6ee67dc64451c7064702904ad0.tar.gz
px4-nuttx-64cbf99d07f2bb6ee67dc64451c7064702904ad0.tar.bz2
px4-nuttx-64cbf99d07f2bb6ee67dc64451c7064702904ad0.zip
Added search for good cluster size
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@804 42af7a65-404d-4744-a932-0658087f49c3
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 */