Changed default state of PRINT_ENABLED to zero for embedded ports.

This commit is contained in:
skarg
2010-02-10 18:47:31 +00:00
parent e4080f41da
commit 1b4640c192
+1 -1
View File
@@ -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