aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mcu.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mcu.c b/src/mcu.c
new file mode 100644
index 0000000..4083165
--- /dev/null
+++ b/src/mcu.c
@@ -0,0 +1,8 @@
+#include <avr/io.h>
+#include <tak.h>
+#include <ct1986.h>
+
+int main(void) {
+ while(1);
+ return 0;
+}