aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
diff options
context:
space:
mode:
authorEric Dand <edand@uvic.ca>2017-03-12 14:30:29 -0700
committerGitHub <noreply@github.com>2017-03-12 14:30:29 -0700
commit2674885bf0036494e41ccfe8eb5bde3ef0c0c743 (patch)
tree3c41c709d15fc5eacecc680930531b2ffedca847 /Arduino.mk
parent08b4f441ff5e608b67d43491f414f43b1c4c5384 (diff)
Correct spelling mistake in PuTTY section
MONITOR_PARMS should be MONITOR_PARAMS.
Diffstat (limited to 'Arduino.mk')
-rw-r--r--Arduino.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Arduino.mk b/Arduino.mk
index 82b4964..7abd546 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -1526,8 +1526,8 @@ show_submenu:
monitor:
ifeq ($(MONITOR_CMD), 'putty')
- ifneq ($(strip $(MONITOR_PARMS)),)
- $(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARMS) $(call get_monitor_port)
+ ifneq ($(strip $(MONITOR_PARAMS)),)
+ $(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARAMS) $(call get_monitor_port)
else
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE) $(call get_monitor_port)
endif