From 189df371631a2b7bef91803d449e47470ad6a7bf Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 22 Feb 2017 14:11:12 -0500 Subject: Refactor flash code. --- stm-flash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stm-flash.h') 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); -- cgit v1.2.3