aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index 979a039..fa82b0e 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -1513,7 +1513,7 @@ ifndef ISP_PORT
endif
else
ifeq ($(CURRENT_OS), WINDOWS)
- AVRDUDE_ISP_OPT += -P ISP_PORT
+ AVRDUDE_ISP_OPTS += -P $(ISP_PORT)
else
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
endif