Skip to content

Commit ed58b61

Browse files
authored
Merge pull request #487 from ericdand/patch-1
Correct spelling mistake in PuTTY section Thanks @ericdand
2 parents 08b4f44 + 2674885 commit ed58b61

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)