From 1a8b4418a667245da96a40680befbc6ba08709a2 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Wed, 6 Apr 2022 00:21:17 +0200 Subject: [PATCH] change programmer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc5c1be..2abf9a0 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ FILES = $(SRCS:%.c=%) #main uart avrIOhelper/io-helper #uart#hier alle c-Datei MCU = atmega2560 PROGC = m2560 CC = avr-gcc -#TOOL = atmelice_isp +TOOL = atmelice_isp #TOOL = avrispmkii -TOOL = usbasp-clone +#TOOL = usbasp-clone BUILDDIR = Builds