Changed default build for server demo to BACnet/IP.

This commit is contained in:
skarg
2007-07-01 01:26:11 +00:00
parent 63300e86bd
commit 27f84b2a85
+2 -2
View File
@@ -10,8 +10,8 @@ BASEDIR = .
# Configure the BACnet Datalink Layer
#BACDL_DEFINE = -DBACDL_ETHERNET=1
#BACDL_DEFINE = -DBACDL_ARCNET=1
BACDL_DEFINE = -DBACDL_MSTP=1
#BACDL_DEFINE = -DBACDL_BIP=1 -DBIP_DEBUG
#BACDL_DEFINE = -DBACDL_MSTP=1
BACDL_DEFINE = -DBACDL_BIP=1 -DBIP_DEBUG
BACNET_DEFINES = -DBACFILE=1 -DPRINT_ENABLED=1 -DBIG_ENDIAN=0
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)