fix for flash iap test

pull/8745/head
Oren Cohen 2018-12-05 16:41:30 +02:00
parent 43468504cd
commit 251a270942
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
{
(void)obj;
return 0xFF;
return 0x00;
}
#endif // DEVICE_FLASH