From 0e068689f41b74c883615f9f11a322a962cbb792 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 16 Dec 2021 13:38:39 -0800 Subject: [PATCH] altos/attiny: Switch to avrisp2 for development programmer My bench programmer puck is the avrisp2, not usbtiny Signed-off-by: Keith Packard --- src/attiny/Makefile-attiny.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/attiny/Makefile-attiny.defs b/src/attiny/Makefile-attiny.defs index 8949ba45..75a56357 100644 --- a/src/attiny/Makefile-attiny.defs +++ b/src/attiny/Makefile-attiny.defs @@ -5,6 +5,7 @@ vpath % $(TOPDIR)/attiny:$(AO_VPATH) MCU=attiny85 DUDECPUTYPE=t85 #PROGRAMMER=stk500v2 -P usb +PROGRAMMER=avrisp2 LOADSLOW=-i 32 -B 32 LOADARG=-p $(DUDECPUTYPE) -c $(PROGRAMMER) -e -U flash:w: -- 2.30.2