Disable WINC's debugging info.

This commit is contained in:
iabdalkader 2016-03-26 00:15:28 +02:00
parent ce949333f2
commit f447455580

View File

@ -103,7 +103,7 @@ extern "C" {
---------------------------------
*/
#define CONF_WINC_DEBUG (1)
#define CONF_WINC_DEBUG (0)
#define CONF_WINC_PRINTF printf
#ifdef __cplusplus