From 5630b9308323c3f3aaa09be8fe0f3aecaa826473 Mon Sep 17 00:00:00 2001 From: Leo C. Date: Sun, 30 Jun 2024 09:37:28 +0200 Subject: Import fatfs R0.15 --- fatfs/documents/doc/getfree.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/documents/doc/getfree.html') diff --git a/fatfs/documents/doc/getfree.html b/fatfs/documents/doc/getfree.html index cdc730b..5e4f419 100644 --- a/fatfs/documents/doc/getfree.html +++ b/fatfs/documents/doc/getfree.html @@ -53,7 +53,7 @@ FRESULT f_getfree (

Descriptions

-

The f_getfree function gets number of free clusters on the volume. The member csize 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 FF_FS_NOFSINFO option.

+

The f_getfree function gets number of free clusters on the volume. The member csize 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 FF_FS_NOFSINFO option.

-- cgit v1.2.3