aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/main.c')
-rw-r--r--src/stm32/main.c5
1 files changed, 5 insertions, 0 deletions
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);
+}