only:uaefi
This commit is contained in:
rusefillc 2025-01-21 15:25:44 -05:00
parent 4f614e5a36
commit 8a210b1b4f
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ static bool mountMmc() {
static void unmountMmc() {
if (!isSdCardAlive()) {
efiPrintf("Error: No File system is mounted. \"mountsd\" first");
return false;
return;
}
f_mount(NULL, 0, 0); // FATFS: Unregister work area prior to discard it