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
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ bool flash_lock(void)
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;
}