Moved demo configuration option to Makefile.

This commit is contained in:
skarg
2011-07-05 20:00:23 +00:00
parent 32096fe226
commit 75bfee00d4
2 changed files with 6 additions and 4 deletions
+6 -1
View File
@@ -11,7 +11,12 @@
# configuration
# If BACNET_DEFINES has not already been set, configure to your needs here
BACNET_DEFINES ?= -DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE
MY_BACNET_DEFINES = -DPRINT_ENABLED=1
MY_BACNET_DEFINES += -DBACAPP_ALL
MY_BACNET_DEFINES += -DBACFILE
MY_BACNET_DEFINES += -DINTRINSIC_REPORTING
BACNET_DEFINES ?= $(MY_BACNET_DEFINES)
# un-comment the next line to build the routing demo application
#BACNET_DEFINES += -DBAC_ROUTING
-3
View File
@@ -49,9 +49,6 @@
#define BACNET_PROTOCOL_VERSION 1
#define BACNET_PROTOCOL_REVISION 10
/* Intrinsic reporting funcionality */
#define INTRINSIC_REPORTING
/* largest BACnet Instance Number */
/* Also used as a device instance number wildcard address */
#define BACNET_MAX_INSTANCE (0x3FFFFF)