From 44c3f6fa6487588a2fa9ce41fd7a2d6ca211d632 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Sat, 21 Sep 2013 04:08:59 +0200 Subject: [PATCH] Disable BBMD --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 097266b..58e7571 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ BACNET_DEFINES ?= $(MY_BACNET_DEFINES) BACDL_DEFINE?=-DBACDL_BIP=1 # Declare your level of BBMD support -BBMD_DEFINE ?=-DBBMD_ENABLED=1 -#BBMD_DEFINE ?= -DBBMD_ENABLED=0 +#BBMD_DEFINE ?=-DBBMD_ENABLED=1 +BBMD_DEFINE ?= -DBBMD_ENABLED=0 #BBMD_DEFINE ?= -DBBMD_CLIENT_ENABLED # Passing parameters via command line