mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
MassStorage: Fix image creation error message
This commit is contained in:
@@ -147,6 +147,7 @@ bool mass_storage_scene_create_image_on_event(void* context, SceneManagerEvent e
|
|||||||
}
|
}
|
||||||
if(storage_virtual_format(app->fs_api) == FSE_OK) {
|
if(storage_virtual_format(app->fs_api) == FSE_OK) {
|
||||||
success = true;
|
success = true;
|
||||||
|
error = NULL;
|
||||||
}
|
}
|
||||||
storage_virtual_quit(app->fs_api);
|
storage_virtual_quit(app->fs_api);
|
||||||
} while(false);
|
} while(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user