Skip to content

Commit 2674885

Browse files
author
Eric Dand
authored
Correct spelling mistake in PuTTY section
MONITOR_PARMS should be MONITOR_PARAMS.
1 parent 08b4f44 commit 2674885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Arduino.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,8 @@ show_submenu:
15261526

15271527
monitor:
15281528
ifeq ($(MONITOR_CMD), 'putty')
1529-
ifneq ($(strip $(MONITOR_PARMS)),)
1530-
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARMS) $(call get_monitor_port)
1529+
ifneq ($(strip $(MONITOR_PARAMS)),)
1530+
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARAMS) $(call get_monitor_port)
15311531
else
15321532
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE) $(call get_monitor_port)
15331533
endif

0 commit comments

Comments
 (0)