diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 19:11:59 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 19:11:59 +0100 |
commit | f5c8ae2f2d2074d483490e857db5aef8388f06c9 (patch) | |
tree | a76e1985433216a31e112d3f4daccdf19097c06d /src/stm32 | |
parent | 5f5c6a410cafaa917ca3ff0a2a95bb1f2db4b980 (diff) |
c interface semi-done
Diffstat (limited to 'src/stm32')
-rw-r--r-- | src/stm32/main.c | 5 |
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); +} |