summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32.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_fat32.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_fat32.h')
-rw-r--r--nuttx/fs/fat/fs_fat32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fat/fs_fat32.h b/nuttx/fs/fat/fs_fat32.h
index 9e76f9ff9..deb3b7766 100644
--- a/nuttx/fs/fat/fs_fat32.h
+++ b/nuttx/fs/fat/fs_fat32.h
@@ -482,7 +482,7 @@ struct fat_mountpt_s
size_t fs_fsinfo; /* MBR: Sector number of FSINFO sector */
size_t fs_currentsector; /* The sector number buffered in fs_buffer */
uint32 fs_nclusters; /* Maximum number of data clusters */
- uint32 fs_fatsize; /* MBR: Count of sectors occupied by one fat */
+ uint32 fs_nfatsects; /* MBR: Count of sectors occupied by one fat */
uint32 fs_fattotsec; /* MBR: Total count of sectors on the volume */
uint32 fs_fsifreecount; /* FSI: Last free cluster count on volume */
uint32 fs_fsinextfree; /* FSI: Cluster number of 1st free cluster */