aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2019-02-07 17:42:29 +0100
committerKévin Redon <kredon@sysmocom.de>2019-02-07 17:42:29 +0100
commitad3414fdf782c5c012ba0ea9d85c84cdd8174d8f (patch)
tree33b0e593443d3c0b0a5469a282553674f97ef097
parent2fdcf3b38dabe843400e22738355d2c2402c5d5c (diff)
minor: fix spacing
-rw-r--r--firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index c0f53f3..1b5064b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -100,7 +100,7 @@ C_LIBUSB_DFU = dfu.c dfu_desc.c dfu_driver.c
C_LIBCOMMON = string.c stdio.c fputs.c usb_buf.c ringbuffer.c pseudo_talloc.c host_communication.c
C_BOARD = $(notdir $(wildcard libboard/common/source/*.c))
-C_BOARD += $(notdir $(wildcard libboard/$(BOARD)/source/*.c))
+C_BOARD += $(notdir $(wildcard libboard/$(BOARD)/source/*.c))
C_APPLEVEL = $(notdir $(wildcard apps/$(APP)/*.c))
@@ -228,7 +228,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: