diff options
author | Nao Pross <naopross@thearcway.org> | 2018-10-30 11:43:37 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-10-30 11:43:37 +0100 |
commit | 4c6a7daa23653ef607ed3dcb8106223e6723a5c4 (patch) | |
tree | 90344141a3b27cb3c468d816b1765ae24a13b6a0 /sw-avr/rom-loader/main.c | |
parent | Delete buspirte fw files (diff) | |
download | z80uPC-4c6a7daa23653ef607ed3dcb8106223e6723a5c4.tar.gz z80uPC-4c6a7daa23653ef607ed3dcb8106223e6723a5c4.zip |
Create avr project for ROM loader
Diffstat (limited to '')
-rw-r--r-- | sw-avr/rom-loader/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw-avr/rom-loader/main.c b/sw-avr/rom-loader/main.c new file mode 100644 index 0000000..b178c06 --- /dev/null +++ b/sw-avr/rom-loader/main.c @@ -0,0 +1,6 @@ +#include <avr/io.h> + +int main(void) +{ + return; +} |