Commented out unused line, so it'll compile

This commit is contained in:
notsomeidiot123 2026-06-25 20:50:41 -04:00
parent 60f6508519
commit dd918794f2
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ uint32_t fat32_mount(vfile_t *dev_file, char *destination, uint32_t offset){
}
puts(api, MODULE_NAME, "Valid BPB found!\n");
fat32_make_mount();
// fat32_make_mount();
return 1;
}