mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 09:50:57 +00:00
unix: fix build
This commit is contained in:
parent
82050912c4
commit
b1d9a59a79
@ -26,7 +26,7 @@ bool flash_lock(void)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool flash_erase_sectors(int start, int end, void (*progress)(uint16_t val))
|
bool flash_erase_sectors(const uint8_t *sectors, int len, void (*progress)(int pos, int len))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user