diff options
| author | onandoffables <on@onandoffables.com> | 2015-02-26 21:17:53 +0100 |
|---|---|---|
| committer | onandoffables <on@onandoffables.com> | 2015-02-26 21:17:53 +0100 |
| commit | 79ea7e222f4611bcf867f4363b89b8067fca3a25 (patch) | |
| tree | 02947cdbe7f3c76856ce06f4945bec9a114152fd | |
| parent | 64145418f3e299cabacd9e45ead1645f56991306 (diff) | |
Add "linuxgpio" to the list of ISP's that don't have a port
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 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 |
