Skip to content

Commit 300ec05

Browse files
Fix typo of AVRDUDE_ISP_OPT
1 parent b2d1ff2 commit 300ec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ ifndef ISP_PORT
15131513
endif
15141514
else
15151515
ifeq ($(CURRENT_OS), WINDOWS)
1516-
AVRDUDE_ISP_OPT += -P ISP_PORT
1516+
AVRDUDE_ISP_OPTS += -P $(ISP_PORT)
15171517
else
15181518
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
15191519
endif

0 commit comments

Comments
 (0)