Fix typo of AVRDUDE_ISP_OPT
This commit is contained in:
parent
b2d1ff23a2
commit
300ec05328
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