net: contiki: IPv6 packet handling had debugging activated
By default all debugging should be off and only activated if user really wants so. Change-Id: I280748b7852052892c309d5f0ada611cb2bc08b0 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
d0ac5c7cf0
commit
3949ef16ea
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
/* For Debug, logging, statistics */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
#define DEBUG DEBUG_FULL
|
||||
#define DEBUG DEBUG_NONE
|
||||
#include "contiki/ip/uip-debug.h"
|
||||
|
||||
#if UIP_CONF_IPV6_RPL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue