Merge pull request #140 from PPvG/master
Don't append port details to avrdude for usbtiny
This commit is contained in:
commit
1ad771fea9
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ endif
|
|||
|
||||
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)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue