mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 01:48:17 +00:00
Merge pull request #87 from jhoenicke/storagefix
Bugfix: restore storage.
This commit is contained in:
commit
f8a743c652
@ -94,7 +94,7 @@ void storage_check_flash_errors(void)
|
||||
|
||||
bool storage_from_flash(void)
|
||||
{
|
||||
if (memcmp((void *)FLASH_STORAGE_START, "stor", 4) == 0) {
|
||||
if (memcmp((void *)FLASH_STORAGE_START, "stor", 4) != 0) {
|
||||
// wrong magic
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user