We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1882a80 commit 5245606Copy full SHA for 5245606
Arduino.mk
@@ -1443,7 +1443,7 @@ endif
1443
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
1444
1445
ifndef $(ISP_PORT)
1446
- ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio linuxgpio avrispmkii dragon_isp dragon_dw))
+ ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), atmelice_isp usbasp usbtiny gpio linuxgpio avrispmkii dragon_isp dragon_dw))
1447
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
1448
endif
1449
else
0 commit comments