fix baudrate of 'make log'

Change-Id: Id186a594b1ce3ea0cd38f0cb82a99e5d87101433
This commit is contained in:
Harald Welte 2019-12-02 19:25:55 +01:00
parent 72a62cfdb9
commit 0b7e5f3af0
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ program:
SERIAL ?= /dev/ttyUSB0
log:
stty -F $(SERIAL) 115200
stty -F $(SERIAL) 921600
lsof $(SERIAL) && echo "log is already opened" || ( sed -u "s/\r//" $(SERIAL) | ts )
clean: