aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/main.c
blob: 735b378b88158db8952f4298ffbf9120979862b8 (plain)
1
2
3
4
5
#include "main.h"

void hh_loop() {
	while(g_hh_run);
}