From 0daeed25c65412400e7b0b12ee1dc371c4060920 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 7 Apr 2023 23:14:46 +0200 Subject: last-ditch debugging efforts --- src/ppu/stm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ppu/stm.c') diff --git a/src/ppu/stm.c b/src/ppu/stm.c index ccf3566..7f60aed 100644 --- a/src/ppu/stm.c +++ b/src/ppu/stm.c @@ -8,6 +8,7 @@ void hh_ppu_init() { hh_ppu_update_aux((hh_s_ppu_loc_aux) { .sysreset = 1 }); hh_ppu_vram_buffer((uint8_t[4]) { 0xff, 0xff, 0xff, 0xff }); hh_ppu_flush(); + HAL_Delay(10); } void hh_ppu_deinit() {} -- cgit v1.2.3