1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-01 22:12:24 +00:00

File mount in the input test screen?

Why I put it there? I wasn't drunk.
This commit is contained in:
Gyorgy Szombathelyi
2019-05-17 07:47:32 +02:00
parent 6e4de87910
commit 19978172e7

1
menu.c
View File

@@ -1410,7 +1410,6 @@ void HandleUI(void)
OsdWrite(5, "", 0, 0);
OsdWrite(6, " ", 0, 0);
OsdWrite(7, STD_SPACE_EXIT, menusub==0, 0);
user_io_file_mount(&file, selected_drive_slot);
break;
case MENU_8BIT_JOYTEST_B2:
get_joystick_state( joy_string, joy_string2, 1 );