Fix: makefile missed timer compile

This commit is contained in:
Martin Wagner 2019-12-18 08:19:05 +01:00
parent da096728c4
commit d6299ef4bb
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ SOURCES = $(STACKDRV_SRC)/CO_driver.c \
$(STACK_SRC)/CO_Emergency.c \
$(STACK_SRC)/CO_NMT_Heartbeat.c \
$(STACK_SRC)/CO_SYNC.c \
$(STACK_SRC)/CO_TIME.c \
$(STACK_SRC)/CO_PDO.c \
$(STACK_SRC)/CO_HBconsumer.c \
$(STACK_SRC)/CO_SDOmaster.c \