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.
1 parent adbc391 commit 77457e8Copy full SHA for 77457e8
targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/sflash_api.cpp
@@ -429,7 +429,7 @@ uint32_t flash_get_page_size(const flash_t *info)
429
430
uint32_t flash_get_sector_size(const flash_t *info, uint32_t addr)
431
{
432
- return up_progmem_blocksize();
+ return up_progmem_blocksize();
433
}
434
435
uint32_t flash_get_start_address(const flash_t *info)
0 commit comments