Fix file endings

This commit is contained in:
Byron Lathi
2022-04-16 21:04:39 -05:00
parent f1e71a9461
commit 8c9ae78040
7 changed files with 6 additions and 8 deletions

View File

@@ -70,4 +70,4 @@ void fat_read(char* filename, void* buf) {
cluster = ((uint32_t)dos_dentry->first_cluster_h << 16) + dos_dentry->first_cluster_l;
sd_readblock(data_region_start + (cluster - 2) * 8, buf);
}
}