diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-16 14:52:56 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 153453f34107fb5eb861c79e1f7f8b14b8649581 (patch) | |
| tree | 70fc8f9c28db34fdae7c69afd02ee7de7f95a9b7 /src | |
| parent | 63ff6ead5af940356ab8f591ceffb8ae4ecf814b (diff) | |
Starting work on MCU port
Diffstat (limited to 'src')
| -rw-r--r-- | src/mcu.c | 8 |
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; +} |
