STM32 L0 & L1: FLASH is EEPROM

pull/9370/head
jeromecoutant 2019-01-04 15:36:01 +01:00 committed by adbridge
parent ad1de5096e
commit 84a0a5d550
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