Skip to content

Commit

Permalink
Add m_fatCount back
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Dec 20, 2023
1 parent 1c9fd25 commit 9c57e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FatLib/FatPartition.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class FatPartition {
uint8_t m_clusterSectorMask; // Mask to extract sector of cluster.
uint8_t m_sectorsPerClusterShift; // Cluster count to sector count shift.
uint8_t m_fatType = 0; // Volume type (12, 16, OR 32).
uint8_t m_fatCount; // Number of FAT (1 or 2)
uint16_t m_rootDirEntryCount; // Number of entries in FAT16 root dir.
uint32_t m_allocSearchStart; // Start cluster for alloc search.
uint32_t m_sectorsPerFat; // FAT size in sectors
Expand Down

0 comments on commit 9c57e74

Please sign in to comment.