Skip to content
Snippets Groups Projects
Commit 8b5182bc authored by Brian Carrier's avatar Brian Carrier
Browse files

made csize 32 bits to accomidate worse case exfat sizes

parent 0db0ea8b
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ extern "C" {
uint16_t ssize; /* size of sectors in bytes */
uint16_t ssize_sh; /* power of 2 for size of sectors. >> to divide by sector size. << to multiply by sector size */
uint16_t csize; /* size of clusters in sectors */
uint32_t csize; /* size of clusters in sectors */
uint8_t numfat; /* number of fat tables */
uint32_t sectperfat; /* sectors per fat table */
uint16_t numroot; /* number of 32-byte dentries in root dir */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment