diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2015-02-27 14:32:03 +0530 |
|---|---|---|
| committer | Sudar Muthu <sudar@sudarmuthu.com> | 2015-02-27 14:32:03 +0530 |
| commit | fb94c84bff327c4bcf6d730a159e77cba22a2fbb (patch) | |
| tree | 02947cdbe7f3c76856ce06f4945bec9a114152fd | |
| parent | 64145418f3e299cabacd9e45ead1645f56991306 (diff) | |
| parent | 79ea7e222f4611bcf867f4363b89b8067fca3a25 (diff) | |
Merge pull request #322 from onandoffables/linuxgpio
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 |
