minor: fix spacing

Change-Id: I2f3127c7b276c9726fd0242e3e29be22f9d6255c
This commit is contained in:
Kévin Redon
2019-02-07 17:42:29 +01:00
parent 2fdcf3b38d
commit ad3414fdf7

View File

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