New ML support - W25X20CL - update process UI tunning

This commit is contained in:
Robert Pelnar 2018-06-10 00:22:28 +02:00
parent 5de0a6437d
commit f098707021
4 changed files with 21 additions and 10 deletions
Firmware

View file

@ -197,7 +197,7 @@ uint16_t lang_print_sec_lang(FILE* out)
#endif //(LANG_MODE == 0)
void lang_boot_upgrade_start(uint8_t lang)
void lang_boot_update_start(uint8_t lang)
{
uint8_t cnt = lang_get_count();
if ((lang < 2) || (lang > cnt)) return; //only languages from xflash can be selected