STM32 L0 & L1: FLASH is EEPROM

pull/9256/head
jeromecoutant 2019-01-04 15:36:01 +01:00
parent 9ca15a77e1
commit ef2fcebf57
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
{
(void)obj;
return 0xFF;
return 0x0;
}
#endif

View File

@ -175,7 +175,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
{
(void)obj;
return 0xFF;
return 0x0;
}
#endif