net: tests: Fix invalid config option in 6lo tests

The debug config was incorrect.

Change-Id: Id32cbcfb809acc9e4ab202b401d25e41a7531c42
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
Ravi kumar Veeramally 2017-01-23 12:53:42 +02:00 committed by Jukka Rissanen
commit b80878496d

View file

@ -15,7 +15,7 @@ CONFIG_NET_LOG=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_NET_DEBUG_IF=y
CONFIG_NET_DEBUG_CORE=y
CONFIG_NET_6LO_DEBUG=n
CONFIG_NET_DEBUG_6LO=n
CONFIG_NET_DEBUG_NET_BUF=n
CONFIG_NET_6LO_CONTEXT=y