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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue