Corrected rx_fsm MS/TP monitor demo.

This commit is contained in:
skarg
2007-07-24 23:15:23 +00:00
parent 9c09b1e25b
commit 038f719a44
4 changed files with 56 additions and 16 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ CFLAGS = -Wall $(INCLUDES) $(DEFINES) -g
SRCS = rs485.c \
rx_fsm.c \
mstp.c \
../../mstp.c \
../../mstptext.c \
../../indtext.c \
../../crc.c
OBJS = ${SRCS:.c=.o}