Create a thread for the serial link

This commit is contained in:
Fred Sundvik
2016-02-21 23:52:00 +02:00
parent 6873b17117
commit 36e4869531
3 changed files with 61 additions and 6 deletions

View File

@@ -21,4 +21,5 @@
# SOFTWARE.
INC += $(SERIAL_DIR)
SRC += $(wildcard $(SERIAL_DIR)/serial_link/protocol/*.c)
SRC += $(wildcard $(SERIAL_DIR)/serial_link/protocol/*.c)
SRC += $(wildcard $(SERIAL_DIR)/serial_link/system/*.c)