Changed default makefile back to BACnet/IP datalink.

This commit is contained in:
skarg
2008-07-28 13:40:18 +00:00
parent 2b55f1aabf
commit 73fcc6f88b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ TARGET = bacserv
# Configure the BACnet Datalink Layer
#BACDL_DEFINE = -DBACDL_ETHERNET
#BACDL_DEFINE = -DBACDL_ARCNET
BACDL_DEFINE = -DBACDL_MSTP
#BACDL_DEFINE = -DBACDL_BIP -DBIP_DEBUG
#BACDL_DEFINE = -DBACDL_MSTP
BACDL_DEFINE = -DBACDL_BIP -DBIP_DEBUG
BACNET_DEFINES = -DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)