Merge pull request #487 from ericdand/patch-1
Correct spelling mistake in PuTTY section Thanks @ericdand
This commit is contained in:
commit
ed58b61983
1 changed files with 2 additions and 2 deletions
|
@ -1526,8 +1526,8 @@ show_submenu:
|
||||||
|
|
||||||
monitor:
|
monitor:
|
||||||
ifeq ($(MONITOR_CMD), 'putty')
|
ifeq ($(MONITOR_CMD), 'putty')
|
||||||
ifneq ($(strip $(MONITOR_PARMS)),)
|
ifneq ($(strip $(MONITOR_PARAMS)),)
|
||||||
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARMS) $(call get_monitor_port)
|
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARAMS) $(call get_monitor_port)
|
||||||
else
|
else
|
||||||
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE) $(call get_monitor_port)
|
$(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE) $(call get_monitor_port)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue