diff options
| author | Simon John <git@the-jedi.co.uk> | 2018-08-10 19:41:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-10 19:41:18 +0100 |
| commit | 22ca63614d05c8b8037cb037279ee666b5ede8c2 (patch) | |
| tree | f0c969f15ccd2cc48980c6cc401c72beb71fd117 /Arduino.mk | |
| parent | b2d1ff23a2ff6d824aced575401e7b0deace672c (diff) | |
| parent | 300ec053284cb0fe999120d57c634f43e55bff68 (diff) | |
Merge pull request #578 from TE-HiroakiYamazoe/fix_typo_of_avrdude_isp_opt
Fix typo of AVRDUDE_ISP_OPT
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 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 |
