diff options
Diffstat (limited to 'src/stm32/main.c')
-rw-r--r-- | src/stm32/main.c | 2 |
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); } |