1
0
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:
Pavol Rusnak 2017-10-16 21:02:21 +02:00
parent 82050912c4
commit b1d9a59a79
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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;
} }