Fixing the linux port to use the common MS/TP state machine files.

This commit is contained in:
skarg
2007-07-14 01:03:29 +00:00
parent ed6c26e924
commit 39ef0b2af8
4 changed files with 2 additions and 2018 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
SRCS = rs485.c \
dlmstp.c \
mstp.c \
../../mstp.c \
../../crc.c
OBJS = ${SRCS:.c=.o}