Revert "V1.40"

This reverts commit cc0db5de9d.
This commit is contained in:
Chris
2026-02-07 17:34:39 +01:00
parent cc0db5de9d
commit 8e3202f6d8
67 changed files with 353 additions and 1056 deletions

View File

@@ -83,8 +83,6 @@ typedef struct {
uint32_t size; // File size
uint32_t mode; // 0=read, 1=write, 2=append
bool valid; // Is this handle valid?
uint32_t dir_sector; // Sector containing the directory entry
uint32_t dir_offset; // Offset within that sector
} FAT32_FileHandle;
// Directory Entry Info (for listing)