From f5c8ae2f2d2074d483490e857db5aef8388f06c9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 24 Feb 2023 19:11:59 +0100 Subject: c interface semi-done --- src/stm32/main.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/stm32/main.c (limited to 'src/stm32/main.c') diff --git a/src/stm32/main.c b/src/stm32/main.c new file mode 100644 index 0000000..735b378 --- /dev/null +++ b/src/stm32/main.c @@ -0,0 +1,5 @@ +#include "main.h" + +void hh_loop() { + while(g_hh_run); +} -- cgit v1.2.3