fat32: update the code because the author seemed to fix the bugs in a282d4b92fc0ce6bc6dfd08111791b984f6834e4
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user