Merge pull request #578 from TE-HiroakiYamazoe/fix_typo_of_avrdude_isp_opt
Fix typo of AVRDUDE_ISP_OPT
This commit is contained in:
commit
22ca63614d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue