summaryrefslogtreecommitdiff
path: root/rcc/flash_methods.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcc/flash_methods.h')
-rw-r--r--rcc/flash_methods.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rcc/flash_methods.h b/rcc/flash_methods.h
new file mode 100644
index 0000000..0a28e32
--- /dev/null
+++ b/rcc/flash_methods.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <stdint.h>
+
+void flash_init();