From 1b4640c1923a35b28b83b814bf9a09718fc86e9e Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 10 Feb 2010 18:47:31 +0000 Subject: [PATCH] Changed default state of PRINT_ENABLED to zero for embedded ports. --- bacnet-stack/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/include/config.h b/bacnet-stack/include/config.h index 1c930d57..130e2bde 100644 --- a/bacnet-stack/include/config.h +++ b/bacnet-stack/include/config.h @@ -97,7 +97,7 @@ /* some modules have debugging enabled using PRINT_ENABLED */ #if !defined(PRINT_ENABLED) -#define PRINT_ENABLED 1 +#define PRINT_ENABLED 0 #endif /* BACAPP decodes WriteProperty service requests