Fix compiler bug ... again ...
:endit: :blobhydraulicpress:
This commit is contained in:
parent
d2a7c62b50
commit
e6ffc99ff5
|
|
@ -392,7 +392,8 @@ static uint8_t menu_item_sdfile(const char* str_fn, char* str_fnl)
|
|||
{
|
||||
lcd_consume_click();
|
||||
menu_action_sdfile(str_fn);
|
||||
return menu_item_ret();
|
||||
/* return */ menu_item_ret();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
menu_item++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue