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:
Diffstat (limited to 'lib/stm32/f7/flash.c')
-rw-r--r--lib/stm32/f7/flash.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/stm32/f7/flash.c b/lib/stm32/f7/flash.c
index a78b4bf6..846aa042 100644
--- a/lib/stm32/f7/flash.c
+++ b/lib/stm32/f7/flash.c
@@ -94,16 +94,6 @@ void flash_clear_pgperr_flag(void)
FLASH_SR |= FLASH_SR_PGPERR;
}
-/*---------------------------------------------------------------------------*/
-/** @brief Clear the End of Operation Status Flag
-
-*/
-
-void flash_clear_eop_flag(void)
-{
- FLASH_SR |= FLASH_SR_EOP;
-}
-
/*---------------------------------------------------------------------------*/
/** @brief Wait until Last Operation has Ended