Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-07-13 23:58:21 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-07-29 23:31:17 +0300
commitda7ebafcbee5ac8c11cff3366f4c1ec8355c2979 (patch)
tree2c0e188846aaa6a7596fb8beae38ec392175ce0c /include/libopencm3/stm32/common/flash_common_f01.h
parentb23dccc7ae9cb4ee7916c35e81e5a999f162adf4 (diff)
stm32: flash: pull lock/unlock up to common_f.
This is a common operation, so definition in _all, and every part except l0/l1 have the same implementation. Bring in an _f file too.
Diffstat (limited to 'include/libopencm3/stm32/common/flash_common_f01.h')
-rw-r--r--include/libopencm3/stm32/common/flash_common_f01.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/common/flash_common_f01.h b/include/libopencm3/stm32/common/flash_common_f01.h
index d52b1feb..70410f6d 100644
--- a/include/libopencm3/stm32/common/flash_common_f01.h
+++ b/include/libopencm3/stm32/common/flash_common_f01.h
@@ -99,8 +99,6 @@
BEGIN_DECLS
-void flash_unlock(void);
-void flash_lock(void);
void flash_clear_pgerr_flag(void);
void flash_clear_eop_flag(void);
void flash_clear_wrprterr_flag(void);