Undo stupid hack for an error because of some compiler issue in the past
This commit is contained in:
parent
df163066fb
commit
080c44cb2e
1 changed files with 2 additions and 3 deletions
|
@ -397,8 +397,7 @@ 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 1;
|
||||
return menu_item_ret();
|
||||
}
|
||||
}
|
||||
menu_item++;
|
||||
|
|
Loading…
Add table
Reference in a new issue