From 54b6ca70a74b3beb1331fd0b0bed28c665ed1f4d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 29 Mar 2023 20:19:28 +0200 Subject: more debugging WIP --- src/stm32/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/stm32') diff --git a/src/stm32/main.c b/src/stm32/main.c index d381d35..84288c3 100644 --- a/src/stm32/main.c +++ b/src/stm32/main.c @@ -1,8 +1,11 @@ +#include + #include "main.h" #include "ppu/ppu.h" void hh_ppu_load_tilemap() {} void hh_loop() { - while(g_hh_run); + HAL_Delay(1e3); + hh_ppu_vblank_interrupt(); } -- cgit v1.2.3