diff options
| author | Taylor Zowtuk <zowtukt@gmail.com> | 2019-07-19 11:00:25 -0600 |
|---|---|---|
| committer | Taylor Zowtuk <zowtukt@gmail.com> | 2019-07-19 11:00:25 -0600 |
| commit | 54c941fa88566d3d1424ccd3b7972a293c0230ce (patch) | |
| tree | fbc94d8b4fbb0aad5f96439380cd4bd3da975001 /Arduino.mk | |
| parent | 0e462fcff173c0e6963f3b23ecb5fbb2e59737e7 (diff) | |
Syntax fix and documentation of MONITOR_PARAMS
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1792,11 +1792,11 @@ show_submenu: monitor: ifeq ($(notdir $(MONITOR_CMD)), putty) - ifneq ($(strip $(MONITOR_PARAMS)),) +ifneq ($(strip $(MONITOR_PARAMS)),) $(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE),$(MONITOR_PARAMS) $(call get_monitor_port) - else +else $(MONITOR_CMD) -serial -sercfg $(MONITOR_BAUDRATE) $(call get_monitor_port) - endif +endif else ifeq ($(notdir $(MONITOR_CMD)), picocom) $(MONITOR_CMD) -b $(MONITOR_BAUDRATE) $(MONITOR_PARAMS) $(call get_monitor_port) else ifeq ($(notdir $(MONITOR_CMD)), cu) |
