Minor astyle change.

pull/12106/head
Andrew Chong 2020-01-13 10:25:53 +08:00
parent adbc391a2c
commit 77457e83f2
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ uint32_t flash_get_page_size(const flash_t *info)
uint32_t flash_get_sector_size(const flash_t *info, uint32_t addr)
{
return up_progmem_blocksize();
return up_progmem_blocksize();
}
uint32_t flash_get_start_address(const flash_t *info)