Changed default state of PRINT_ENABLED to zero for embedded ports.
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
|
|
||||||
/* some modules have debugging enabled using PRINT_ENABLED */
|
/* some modules have debugging enabled using PRINT_ENABLED */
|
||||||
#if !defined(PRINT_ENABLED)
|
#if !defined(PRINT_ENABLED)
|
||||||
#define PRINT_ENABLED 1
|
#define PRINT_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* BACAPP decodes WriteProperty service requests
|
/* BACAPP decodes WriteProperty service requests
|
||||||
|
|||||||
Reference in New Issue
Block a user