mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 05:03:07 +00:00
Fix size of version 9 storage
This commit is contained in:
parent
2c63d51580
commit
5812f9865d
@ -172,7 +172,7 @@ bool storage_from_flash(void)
|
||||
} else
|
||||
if (version == 9) {
|
||||
// added u2froot
|
||||
old_storage_size = 1704;
|
||||
old_storage_size = 1640;
|
||||
}
|
||||
|
||||
// erase newly added fields
|
||||
|
Loading…
Reference in New Issue
Block a user