unix: fix build

pull/25/head
Pavol Rusnak 7 years ago
parent 82050912c4
commit b1d9a59a79
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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

Loading…
Cancel
Save