summaryrefslogtreecommitdiffstats
path: root/fmk.c
blob: 9df608253aa9cf005a9f6bff9908db0e18e884b0 (plain)
1
2
3
4
5
6
7
8
9
#include <reg.h>
#include <stdint.h>

int main(void)
{
	/* TODO: Replace with an indefinite wait */
	while (1)
		;
}