Skip to content

Commit 251a270

Browse files
author
Oren Cohen
committed
fix for flash iap test
1 parent 4346850 commit 251a270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/flash_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ uint8_t flash_get_erase_value(const flash_t *obj)
8686
{
8787
(void)obj;
8888

89-
return 0xFF;
89+
return 0x00;
9090
}
9191

9292
#endif // DEVICE_FLASH

0 commit comments

Comments
 (0)