Skip to content

Commit 77457e8

Browse files
committed
Minor astyle change.
1 parent adbc391 commit 77457e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/sflash_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ uint32_t flash_get_page_size(const flash_t *info)
429429

430430
uint32_t flash_get_sector_size(const flash_t *info, uint32_t addr)
431431
{
432-
return up_progmem_blocksize();
432+
return up_progmem_blocksize();
433433
}
434434

435435
uint32_t flash_get_start_address(const flash_t *info)

0 commit comments

Comments
 (0)