aboutsummaryrefslogtreecommitdiff
path: root/platform/stm32f4xx/include/dev/stmflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/stm32f4xx/include/dev/stmflash.h')
-rw-r--r--platform/stm32f4xx/include/dev/stmflash.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/stm32f4xx/include/dev/stmflash.h b/platform/stm32f4xx/include/dev/stmflash.h
deleted file mode 100644
index 68049b7d..00000000
--- a/platform/stm32f4xx/include/dev/stmflash.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-#include <sys/types.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-status_t stmflash_init(uint32_t start, uint32_t length);
-
-#ifdef __cplusplus
-}
-#endif