Merge pull request #578 from TE-HiroakiYamazoe/fix_typo_of_avrdude_isp_opt

Fix typo of AVRDUDE_ISP_OPT
This commit is contained in:
Simon John 2018-08-10 19:41:18 +01:00 committed by GitHub
commit 22ca63614d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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