Skip to content

Commit

Permalink
EMUF in MSC mode mount
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Jul 15, 2022
1 parent 650fb1f commit 9739260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/msc/emfat_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,6 @@ void emfat_init_files(void)
emfat_set_entry_cma(entry);
}

emfat_init(&emfat, "BETAFLT", entries);
emfat_init(&emfat, "EMUF", entries);
LED0_OFF;
}

0 comments on commit 9739260

Please sign in to comment.