From 1b5215b679d541f0902ad1d39f0ceb6c36250401 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 17 Sep 2021 20:02:25 +0000 Subject: flash: convert to new style --- rcc/flash_methods.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rcc/flash_methods.h (limited to 'rcc/flash_methods.h') 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 + +void flash_init(); -- cgit v1.2.3