Add "linuxgpio" to the list of ISP's that don't have a port
This commit is contained in:
parent
64145418f3
commit
79ea7e222f
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ endif
|
|||
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
|
||||
|
||||
ifndef $(ISP_PORT)
|
||||
ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio avrispmkii))
|
||||
ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio linuxgpio avrispmkii))
|
||||
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
|
||||
endif
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue