stm32f7: flash: drop unimplemented function declaration
flash_art_disable was never implemented, and isn't really a super useful function anyway, so just drop the decl, rather than implementing it.
This commit is contained in:
parent
231f21296f
commit
659d52b952
@ -90,7 +90,6 @@ BEGIN_DECLS
|
||||
|
||||
void flash_clear_erserr_flag(void);
|
||||
void flash_art_enable(void);
|
||||
void flash_art_disable(void);
|
||||
void flash_art_reset(void);
|
||||
|
||||
END_DECLS
|
||||
|
Loading…
x
Reference in New Issue
Block a user