Skip to content

Commit

Permalink
Merge pull request #578 from TE-HiroakiYamazoe/fix_typo_of_avrdude_is…
Browse files Browse the repository at this point in the history
…p_opt

Fix typo of AVRDUDE_ISP_OPT
  • Loading branch information
sej7278 authored Aug 10, 2018
2 parents b2d1ff2 + 300ec05 commit 22ca636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22ca636

Please sign in to comment.