Merge pull request #322 from onandoffables/linuxgpio
Add "linuxgpio" to the list of ISP's that don't have a port
This commit is contained in:
commit
fb94c84bff
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ endif
|
||||||
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
|
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
|
||||||
|
|
||||||
ifndef $(ISP_PORT)
|
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)
|
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue