]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/getfree.html
Import fatfs R0.15
[z180-stamp.git] / fatfs / documents / doc / getfree.html
index cdc730b71499c3faaba37f3db9804d2588fa9500..5e4f4193a56c2720a995311f7020ed2ac53f64c8 100644 (file)
@@ -53,7 +53,7 @@ FRESULT f_getfree (
 \r
 <div class="para desc">\r
 <h4>Descriptions</h4>\r
-<p>The <tt>f_getfree</tt> function gets number of free clusters on the volume. The member <tt>csize</tt> in the filesystem object indicates number of sectors per cluster, so that the free space in unit of sector can be calcurated with this information. When FSINFO structure on the FAT32 volume is not in sync, this function can return an incorrect free cluster count. To avoid this problem, FatFs can be forced full FAT scan by <tt><a href="config.html#fs_nofsinfo">FF_FS_NOFSINFO</a></tt> option.</p>\r
+<p>The <tt>f_getfree</tt> function gets number of free clusters on the volume. The member <tt>csize</tt> in the filesystem object indicates number of sectors per cluster, so that the free space in unit of sector can be calcurated with this information. In case of FSINFO structure on the FAT32 volume is not in sync, this function can return an incorrect free cluster count. To avoid this problem, FatFs can be forced full FAT scan by <tt><a href="config.html#fs_nofsinfo">FF_FS_NOFSINFO</a></tt> option.</p>\r
 </div>\r
 \r
 \r