Skip to content

Commit 5245606

Browse files
committed
Add support for ISP_PROG Atmel Ice
1 parent 1882a80 commit 5245606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ endif
14431443
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
14441444

14451445
ifndef $(ISP_PORT)
1446-
ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio linuxgpio avrispmkii dragon_isp dragon_dw))
1446+
ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), atmelice_isp usbasp usbtiny gpio linuxgpio avrispmkii dragon_isp dragon_dw))
14471447
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
14481448
endif
14491449
else

0 commit comments

Comments
 (0)