mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
parent
39329eb422
commit
b15a15411f
@ -31,8 +31,6 @@ bool bad_usb_scene_work_on_event(void* context, SceneManagerEvent event) {
|
|||||||
void bad_usb_scene_work_on_enter(void* context) {
|
void bad_usb_scene_work_on_enter(void* context) {
|
||||||
BadUsbApp* app = context;
|
BadUsbApp* app = context;
|
||||||
|
|
||||||
furi_check(furi_hal_usb_set_config(NULL, NULL));
|
|
||||||
|
|
||||||
FuriString* file_name;
|
FuriString* file_name;
|
||||||
file_name = furi_string_alloc();
|
file_name = furi_string_alloc();
|
||||||
path_extract_filename(app->file_path, file_name, true);
|
path_extract_filename(app->file_path, file_name, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user