aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-06 16:49:36 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-06 16:49:36 +0200
commit892424ba4d0c979e4351f7a866b6fe777783e4d2 (patch)
treed6688765834be74370038d8662703bd83b1acd40 /src/stm32/main.c
parent4881723cf765fbd7bad2a1f08baf5897a7425401 (diff)
dma send done and working
Diffstat (limited to 'src/stm32/main.c')
-rw-r--r--src/stm32/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/main.c b/src/stm32/main.c
index b7b4604..181657c 100644
--- a/src/stm32/main.c
+++ b/src/stm32/main.c
@@ -5,5 +5,5 @@
void hh_ppu_load_tilemap() {}
void hh_loop() {
- while(1);
+ while(g_hh_run);
}