From ad3414fdf782c5c012ba0ea9d85c84cdd8174d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Thu, 7 Feb 2019 17:42:29 +0100 Subject: [PATCH] minor: fix spacing Change-Id: I2f3127c7b276c9726fd0242e3e29be22f9d6255c --- firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index c0f53f38..1b5064bd 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: