Fix compiler bug ... again ...

:endit: :blobhydraulicpress:
This commit is contained in:
Alex Voinea 2021-02-09 16:28:13 +02:00
parent d2a7c62b50
commit e6ffc99ff5
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 2 additions and 1 deletions

View File

@ -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++;