Correct spelling mistake in PuTTY section
MONITOR_PARMS should be MONITOR_PARAMS.
This commit is contained in:
parent
08b4f441ff
commit
2674885bf0
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