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 'include/libopencm3/stm32/f3/flash.h')
-rw-r--r--include/libopencm3/stm32/f3/flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/f3/flash.h b/include/libopencm3/stm32/f3/flash.h
index 3de23cd6..ca561efb 100644
--- a/include/libopencm3/stm32/f3/flash.h
+++ b/include/libopencm3/stm32/f3/flash.h
@@ -98,6 +98,7 @@
BEGIN_DECLS
void flash_clear_pgerr_flag(void);
+void flash_clear_wrprterr_flag(void);
END_DECLS