Fixed the spelling of BBMD_ENABLED, and define it off (0) by default.

This commit is contained in:
tbrennan3
2011-09-12 18:04:26 +00:00
parent 46d7daf405
commit 8488d65a9c
+2 -2
View File
@@ -26,8 +26,8 @@ BACNET_DEFINES ?= $(MY_BACNET_DEFINES)
BACDL_DEFINE?=-DBACDL_BIP=1
# Declare your level of BBMD support
BBMD_DEFINE ?=
#BBMD_DEFINE ?= -DBBMD_ENABLE
BBMD_DEFINE ?=-DBBMD_ENABLED=0
#BBMD_DEFINE ?= -DBBMD_ENABLED=1
#BBMD_DEFINE ?= -DBBMD_CLIENT_ENABLED
# Define WEAK_FUNC for [...somebody help here; I can't find any uses of it]