diff options
author | Paul Selkirk <paul@psgd.org> | 2017-02-22 14:11:12 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-02-22 17:45:31 -0500 |
commit | 189df371631a2b7bef91803d449e47470ad6a7bf (patch) | |
tree | 1986828d38cdd6507c96640f6370b433be720892 /stm-flash.h | |
parent | 56fcfdf3bec384a74eb9deb070f342142bbacff3 (diff) |
Refactor flash code.
Diffstat (limited to 'stm-flash.h')
-rw-r--r-- | stm-flash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stm-flash.h b/stm-flash.h index a9cf7db..aecb87f 100644 --- a/stm-flash.h +++ b/stm-flash.h @@ -35,7 +35,6 @@ #ifndef __STM32_FLASH_H #define __STM32_FLASH_H -extern int stm_flash_sector_num(const uint32_t offset); extern int stm_flash_erase_sectors(const uint32_t start_offset, const uint32_t end_offset); extern int stm_flash_write32(const uint32_t offset, const uint32_t *buf, const uint32_t elements); |