Changed some demo main files to main.c and made them use datalink generic API calls.

This commit is contained in:
skarg
2006-11-02 21:50:43 +00:00
parent cb13cbf354
commit fcf942b5f8
7 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ CFLAGS = -Wall -g $(INCLUDES) $(DEFINES)
TARGET = bacserv
SRCS = server.c \
SRCS = main.c \
$(BACNET_PORT)/bip-init.c \
$(BACNET_PORT)/ethernet.c \
$(BACNET_PORT)/arcnet.c \