Updated MS/TP Lurker program that monitors packets using the USB->RS485 adapter.

This commit is contained in:
skarg
2007-07-02 22:07:48 +00:00
parent c1be9b7adf
commit e839aad46c
2 changed files with 11 additions and 75 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ SRCS = rs485.c \
OBJS = ${SRCS:.c=.o}
TARGET = rxfsm
TARGET = rx_fsm
all: ${TARGET}