summaryrefslogtreecommitdiffstats
path: root/fmk.c
blob: bf2fb79e8f7478112d68245e60507b81eea3df51 (plain)
1
2
3
4
5
6
7
#include "asm.h"

int main(void)
{
	while (1)
		WFI();
}