We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757a4e3 + 5fe03af commit 4185c1aCopy full SHA for 4185c1a
targets/TARGET_Realtek/TARGET_AMEBA/flash_api.c
@@ -56,7 +56,7 @@ uint32_t flash_get_sector_size(const flash_t *obj, uint32_t address)
56
57
uint32_t flash_get_page_size(const flash_t *obj)
58
{
59
- return FLASH_PAGE_SIZE;
+ return 1;
60
}
61
62
uint32_t flash_get_start_address(const flash_t *obj)
0 commit comments