Undo stupid hack for an error because of some compiler issue in the past

This commit is contained in:
Alex Voinea 2021-02-04 16:37:24 +02:00
parent df163066fb
commit 080c44cb2e
1 changed files with 2 additions and 3 deletions

View File

@ -395,10 +395,9 @@ static uint8_t menu_item_sdfile(const char* str_fn, char* str_fnl)
} }
if (menu_clicked && (lcd_encoder == menu_item)) if (menu_clicked && (lcd_encoder == menu_item))
{ {
lcd_consume_click(); lcd_consume_click();
menu_action_sdfile(str_fn); menu_action_sdfile(str_fn);
/* return */ menu_item_ret(); return menu_item_ret();
return 1;
} }
} }
menu_item++; menu_item++;