fix for flash iap test

pull/9064/head
Oren Cohen 2018-12-05 16:41:30 +02:00 committed by Cruz Monrreal II
parent 2469539721
commit 412bfcf036
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