Moved demo configuration option to Makefile.
This commit is contained in:
@@ -11,7 +11,12 @@
|
|||||||
|
|
||||||
# configuration
|
# configuration
|
||||||
# If BACNET_DEFINES has not already been set, configure to your needs here
|
# 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
|
# un-comment the next line to build the routing demo application
|
||||||
#BACNET_DEFINES += -DBAC_ROUTING
|
#BACNET_DEFINES += -DBAC_ROUTING
|
||||||
|
|
||||||
|
|||||||
@@ -49,9 +49,6 @@
|
|||||||
#define BACNET_PROTOCOL_VERSION 1
|
#define BACNET_PROTOCOL_VERSION 1
|
||||||
#define BACNET_PROTOCOL_REVISION 10
|
#define BACNET_PROTOCOL_REVISION 10
|
||||||
|
|
||||||
/* Intrinsic reporting funcionality */
|
|
||||||
#define INTRINSIC_REPORTING
|
|
||||||
|
|
||||||
/* largest BACnet Instance Number */
|
/* largest BACnet Instance Number */
|
||||||
/* Also used as a device instance number wildcard address */
|
/* Also used as a device instance number wildcard address */
|
||||||
#define BACNET_MAX_INSTANCE (0x3FFFFF)
|
#define BACNET_MAX_INSTANCE (0x3FFFFF)
|
||||||
|
|||||||
Reference in New Issue
Block a user