diff options
| author | John Whittington <john.whittington@cruxproductdesign.com> | 2017-09-12 14:52:31 +0000 |
|---|---|---|
| committer | John Whittington <john.whittington@cruxproductdesign.com> | 2017-09-28 13:42:49 +0100 |
| commit | 5245606f64320f1a595fa252154f55d48e5eee88 (patch) | |
| tree | c540567e0a2620d9c4ae7f553fb9fdfe53295cc0 /Arduino.mk | |
| parent | 1882a8024e4cec0be568436edde461c70039f994 (diff) | |
Add support for ISP_PROG Atmel Ice
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1443,7 +1443,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 linuxgpio avrispmkii dragon_isp dragon_dw)) + ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), atmelice_isp usbasp usbtiny gpio linuxgpio avrispmkii dragon_isp dragon_dw)) AVRDUDE_ISP_OPTS += -P $(call get_isp_port) endif else |
