From 412bfcf036eb7c7817961fa7fd775142725756ae Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Wed, 5 Dec 2018 16:41:30 +0200 Subject: [PATCH] fix for flash iap test --- targets/TARGET_Cypress/TARGET_PSOC6/flash_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/flash_api.c b/targets/TARGET_Cypress/TARGET_PSOC6/flash_api.c index 16452e61d2..7141757bf0 100644 --- a/targets/TARGET_Cypress/TARGET_PSOC6/flash_api.c +++ b/targets/TARGET_Cypress/TARGET_PSOC6/flash_api.c @@ -86,7 +86,7 @@ uint8_t flash_get_erase_value(const flash_t *obj) { (void)obj; - return 0xFF; + return 0x00; } #endif // DEVICE_FLASH