summaryrefslogtreecommitdiff
path: root/src/mcu.c
blob: 40831651f3cfb51c5d0de0793260517fce97e903 (plain)
1
2
3
4
5
6
7
8
#include <avr/io.h>
#include <tak.h>
#include <ct1986.h>

int main(void) {
	while(1);
	return 0;
}