C
#define END_CLUSTER_FAT32 0x0FFFFFF7
Description
The END_CLUSTER_FAT32 value is used as a comparison in FAT32 to determine that the firmware has reached the end of the range of allowed allocatable clusters.
#define END_CLUSTER_FAT32 0x0FFFFFF7
The END_CLUSTER_FAT32 value is used as a comparison in FAT32 to determine that the firmware has reached the end of the range of allowed allocatable clusters.