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.
This commit is contained in:
Karl Palsson
2018-07-13 20:58:21 +00:00
parent b23dccc7ae
commit da7ebafcbe
18 changed files with 59 additions and 114 deletions

View File

@@ -224,8 +224,6 @@
BEGIN_DECLS
void flash_unlock(void);
void flash_lock(void);
void flash_clear_pgperr_flag(void);
void flash_clear_eop_flag(void);
void flash_wait_for_last_operation(void);