fat32: update the code because the author seemed to fix the bugs in a282d4b92fc0ce6bc6dfd08111791b984f6834e4

This commit is contained in:
2025-03-27 16:08:56 +03:00
parent ec9146f815
commit 7eaabe0f5f
2 changed files with 64 additions and 22 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
#include <stdbool.h>
#include <stdint.h>
//#include <stdio.h>
#include "../include/stdio.h"
#include <stdarg.h>
//------------------------------------------------------------------------------
@@ -74,7 +75,7 @@ typedef struct fat_t
uint32_t sect_per_clust;
uint32_t clust_cnt;
uint32_t info_sect;
uint32_t fat_sect;
uint32_t fat_sect[2];
uint32_t data_sect;
uint32_t root_sect;