diff options
author | Erich Eckner <git@eckner.net> | 2020-11-06 22:07:36 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-06 22:07:36 +0100 |
commit | db57d0cc99ca95ff1c3cbfd5596d2c9f64861d20 (patch) | |
tree | 6da702044c38d645f03b61954495d85b92fc0181 | |
parent | e2b13cc7f0f27be87f07e9335506c2318fffc0f5 (diff) | |
download | Uhr-db57d0cc99ca95ff1c3cbfd5596d2c9f64861d20.tar.xz |
Makefile: Fix cpu
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ all: Binaeruhr.hex install: all - avrdude -c avrispmkII -p t24 -U flash:w:Binaeruhr.hex:i + avrdude -c avrispmkII -p t2313 -U flash:w:Binaeruhr.hex:i check: - avrdude -c avrispmkII -p t24 -U flash:v:Binaeruhr.hex:i + avrdude -c avrispmkII -p t2313 -U flash:v:Binaeruhr.hex:i %.o: %.asm *.inc avr-as $< -mmcu=attiny2313 -o $@ |