diff options
Diffstat (limited to 'stm-flash.c')
-rw-r--r-- | stm-flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm-flash.c b/stm-flash.c index fc79ea0..4456f44 100644 --- a/stm-flash.c +++ b/stm-flash.c @@ -70,7 +70,7 @@ uint32_t flash_sector_offsets[FLASH_NUM_SECTORS + 1] = { 0x08200000 /* first address *after* flash */ }; -int stm_flash_sector_num(const uint32_t offset) +static int stm_flash_sector_num(const uint32_t offset) { int i; |