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:
Karl Palsson 2018-07-24 22:33:05 +00:00
parent 231f21296f
commit 659d52b952

View File

@ -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