mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Unlock USB when starting mass storage
This commit is contained in:
@@ -109,6 +109,7 @@ void mass_storage_scene_work_on_enter(void* context) {
|
||||
.eject = file_eject,
|
||||
};
|
||||
|
||||
furi_hal_usb_unlock();
|
||||
app->usb = mass_storage_usb_start(furi_string_get_cstr(file_name), fn);
|
||||
|
||||
furi_string_free(file_name);
|
||||
|
||||
Reference in New Issue
Block a user