Merge pull request #140 from PPvG/master

Don't append port details to avrdude for usbtiny
This commit is contained in:
Sudar 2013-12-16 10:03:29 -08:00
commit 1ad771fea9

View file

@ -1048,7 +1048,7 @@ endif
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE) AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
ifneq ($(strip $(ISP_PROG)),usbasp) ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny))
AVRDUDE_ISP_OPTS += -P $(call get_isp_port) AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
endif endif