summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-11-06 22:07:36 +0100
committerErich Eckner <git@eckner.net>2020-11-06 22:07:36 +0100
commitdb57d0cc99ca95ff1c3cbfd5596d2c9f64861d20 (patch)
tree6da702044c38d645f03b61954495d85b92fc0181
parente2b13cc7f0f27be87f07e9335506c2318fffc0f5 (diff)
downloadUhr-db57d0cc99ca95ff1c3cbfd5596d2c9f64861d20.tar.xz
Makefile: Fix cpu
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc800c3..e680ff1 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@