New ML support - W25X20CL - update process UI tunning
This commit is contained in:
parent
5de0a6437d
commit
f098707021
4 changed files with 21 additions and 10 deletions
Firmware
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue