1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-06 00:04:39 +00:00

Simplify passing currentdirectory to fpga_init

iCurrentDirectory is already there
This commit is contained in:
Gyorgy Szombathelyi
2020-02-01 17:54:42 +01:00
parent d2b5af6b80
commit bb6c35657b
4 changed files with 11 additions and 11 deletions

2
menu.c
View File

@@ -3278,7 +3278,7 @@ void HandleUI(void)
OsdCoreNameSet(file.name);
// reset fpga with core
fpga_init(file.name, iCurrentDirectory);
fpga_init(file.name);
menustate = MENU_NONE1;
break;