summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-16 14:52:56 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2ad167622077b875a3d4157d27690a575c9248af (patch)
tree37beb7087d2d8cb4f5a70e8eba02bed68370a288 /src
parent50b9955b040005e489127a11cf9c1648438a6266 (diff)
Starting work on MCU port
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;
+}