Fix one warning in Clang
This commit is contained in:
parent
b3fe5aa3e4
commit
8bda867c2b
|
@ -2125,7 +2125,7 @@ u32 load_backup(char *name)
|
||||||
// Could be either flash or SRAM, go with flash
|
// Could be either flash or SRAM, go with flash
|
||||||
case 0x10000:
|
case 0x10000:
|
||||||
backup_type = BACKUP_FLASH;
|
backup_type = BACKUP_FLASH;
|
||||||
sram_size = FLASH_SIZE_64KB;
|
sram_size = (flash_size_type)FLASH_SIZE_64KB;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x20000:
|
case 0x20000:
|
||||||
|
|
Loading…
Reference in New Issue