From c394c461c5494025934b4fda4231ee0c02b21d4d Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 14 Sep 2021 23:08:19 +0000 Subject: rcc: include a static file with function prototypes Authors modifying rcc.cpp should add their protos here as desired. Signed-off-by: Karl Palsson --- rcc/rcc_methods.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rcc/rcc_methods.h (limited to 'rcc/rcc_methods.h') diff --git a/rcc/rcc_methods.h b/rcc/rcc_methods.h new file mode 100644 index 0000000..2888dae --- /dev/null +++ b/rcc/rcc_methods.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +void rcc_init(); +void rcc_init(uint32_t osc_mhz, uint32_t sysclk_mhz); -- cgit v1.2.3