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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user