summaryrefslogtreecommitdiff
path: root/rcc/rcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcc/rcc.h')
-rw-r--r--rcc/rcc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rcc/rcc.h b/rcc/rcc.h
index ed8905d..fec5aa1 100644
--- a/rcc/rcc.h
+++ b/rcc/rcc.h
@@ -352,4 +352,9 @@ static RCC_t& RCC = *(RCC_t*)0x40023800;
void rcc_init();
+#if defined(STM32F4)
+void rcc_init(uint32_t osc_mhz, uint32_t sysclk_mhz);
+#endif
+
+
#endif