From db57d0cc99ca95ff1c3cbfd5596d2c9f64861d20 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 6 Nov 2020 22:07:36 +0100 Subject: Makefile: Fix cpu --- Makefile | 4 ++-- 1 file 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 $@ -- cgit v1.2.3-54-g00ecf