From e99c6e3c8c87320144ead436bf813e5903840f8d Mon Sep 17 00:00:00 2001 From: Gregor Riepl Date: Wed, 2 Dec 2020 13:26:01 +0100 Subject: [PATCH] Changed MCU, avrdude doesn't know any difference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c241455..ce9fde9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OBJ = main.o OPTIMIZE = -Os -std=gnu99 PROGRAMMER = usbtiny -MCU_TARGET = attiny13a +MCU_TARGET = attiny13 DEFS = -DF_CPU=1000000UL INCLUDES = -I.