aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-02 19:25:55 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-02 19:25:55 +0100
commit0b7e5f3af0c642839bb79f2e618f29c3e26b96b3 (patch)
treea192c75ce6e555fecff6cc59f9d1de1b09456086 /firmware
parent72a62cfdb98e6e77f401ccad6f2d110d9dcd0809 (diff)
fix baudrate of 'make log'
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 9a03eca..4318e2d 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -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: