Changed default state of PRINT_ENABLED to zero for embedded ports.

This commit is contained in:
skarg
2010-05-22 12:47:34 +00:00
parent d95863d89c
commit adee8fd74c
+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