1
0
Fork 0

Enable serial_link support for ChibiOS

This commit is contained in:
Fred Sundvik 2016-07-06 15:22:34 +03:00
parent a7e3e4e652
commit 4b45deb652
3 changed files with 37 additions and 6 deletions

View file

@ -208,7 +208,7 @@ ifeq ($(strip $(SERIAL_LINK_ENABLE)), yes)
SERIAL_SRC = $(wildcard $(SERIAL_PATH)/protocol/*.c)
SERIAL_SRC += $(wildcard $(SERIAL_PATH)/system/*.c)
SRC += $(patsubst $(QUANTUM_PATH)/%,%,$(SERIAL_SRC))
OPT_DEFS += -DUSE_SERIAL_LINK
OPT_DEFS += -DSERIAL_LINK_ENABLE
VAPTH += $(SERIAL_PATH)
endif