From d14d16718840cd239e2b2f4fcc4188e8fb866d9e Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Tue, 27 Jun 2017 10:16:42 +0300 Subject: [PATCH] samples: net: wpan: No need to define IP addresses Removing CONFIG_NET_APP_SETTINGS from prj.conf file as the sample does not use or need any IP addresses. Signed-off-by: Jukka Rissanen --- samples/net/wpan_serial/prj.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/net/wpan_serial/prj.conf b/samples/net/wpan_serial/prj.conf index 7f0af2ad39e..1ac02e017f1 100644 --- a/samples/net/wpan_serial/prj.conf +++ b/samples/net/wpan_serial/prj.conf @@ -14,8 +14,6 @@ CONFIG_IEEE802154_CC2520_RAW=y CONFIG_NET_BUF=y CONFIG_NETWORKING=y -CONFIG_NET_APP_SETTINGS=y - CONFIG_NET_PKT_RX_COUNT=6 CONFIG_NET_PKT_TX_COUNT=6 CONFIG_NET_BUF_DATA_SIZE=128