Fix error /dev/ttyUSB0 is not a regular file
This commit is contained in:
parent
e76be67d6e
commit
cd754458b2
1 changed files with 1 additions and 1 deletions
|
@ -1763,7 +1763,7 @@ else ifeq ($(notdir $(MONITOR_CMD)), picocom)
|
|||
else ifeq ($(notdir $(MONITOR_CMD)), cu)
|
||||
$(MONITOR_CMD) -l $(call get_monitor_port) -s $(MONITOR_BAUDRATE)
|
||||
else ifeq ($(MONITOR_CMD), less)
|
||||
$(MONITOR_CMD) +F $(call get_monitor_port)
|
||||
$(MONITOR_CMD) +F -f $(call get_monitor_port)
|
||||
else ifeq ($(MONITOR_CMD), tail)
|
||||
$(MONITOR_CMD) -f $(call get_monitor_port)
|
||||
else ifeq ($(MONITOR_CMD), cat)
|
||||
|
|
Loading…
Reference in a new issue