diff options
| author | John Whittington <git@jbrengineering.co.uk> | 2020-02-24 09:57:13 +0100 |
|---|---|---|
| committer | John Whittington <git@jbrengineering.co.uk> | 2020-02-24 09:57:13 +0100 |
| commit | 93b251a4e1379378d07f2607c7f15b44e2c545a4 (patch) | |
| tree | 3bb1140c8994809eaf1b8681f21b1d9769d64dc9 /Arduino.mk | |
| parent | 62caf00a157d410b98f93c3d9c4cf543d85b00b0 (diff) | |
| parent | e870443f4824cbbcd560f500c6072012dd668f62 (diff) | |
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile into HEAD
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) |
