aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/main.c
blob: 181657ccacf08396f623a02b7937b35ee9fb2a4e (plain)
1
2
3
4
5
6
7
8
9
#include <stm32f0xx_hal.h>

#include "main.h"

void hh_ppu_load_tilemap() {}

void hh_loop() {
	while(g_hh_run);
}