Espresso 0.0.0e
This commit is contained in:
@ -44,7 +44,6 @@ int32_t fat32_init(int32_t drive)
|
||||
|
||||
memcpy(&bpb, sector, sizeof(bpb));
|
||||
|
||||
|
||||
fat_start_lba = bpb.reserved_sector_count;
|
||||
cluster_heap_lba = fat_start_lba + bpb.num_fats * bpb.fat_size_32;
|
||||
current_directory_cluster = bpb.root_cluster;
|
||||
|
Reference in New Issue
Block a user