mirror of https://github.com/ARMmbed/mbed-os.git
STM32 L0 & L1: FLASH is EEPROM
parent
9ca15a77e1
commit
ef2fcebf57
|
@ -178,7 +178,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
|
|||
{
|
||||
(void)obj;
|
||||
|
||||
return 0xFF;
|
||||
return 0x0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -175,7 +175,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
|
|||
{
|
||||
(void)obj;
|
||||
|
||||
return 0xFF;
|
||||
return 0x0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue