mirror of https://github.com/ARMmbed/mbed-os.git
fix for flash iap test
parent
2469539721
commit
412bfcf036
|
@ -86,7 +86,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
|
||||||
{
|
{
|
||||||
(void)obj;
|
(void)obj;
|
||||||
|
|
||||||
return 0xFF;
|
return 0x00;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // DEVICE_FLASH
|
#endif // DEVICE_FLASH
|
||||||
|
|
Loading…
Reference in New Issue