Skip to content

Commit 22ca636

Browse files
authored
Merge pull request #578 from TE-HiroakiYamazoe/fix_typo_of_avrdude_isp_opt
Fix typo of AVRDUDE_ISP_OPT
2 parents b2d1ff2 + 300ec05 commit 22ca636

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)