Skip to content

Commit 12f87f7

Browse files
ulfalizernashif
authored andcommitted
tests: net: Fix assignments to CONFIG_NET_DEBUG_6LO
This symbol was renamed by commit 14e73e7 ("net: Make DEBUG config option naming consistent"), but an assignment (and a commented-out assignment) to the old name remained. Fix the assignments to use the new name. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 10d54e2 commit 12f87f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/net/ieee802154/fragment/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ CONFIG_NET_LOG=y
1919
CONFIG_SYS_LOG_SHOW_COLOR=y
2020
CONFIG_NET_DEBUG_IF=y
2121
CONFIG_NET_DEBUG_CORE=y
22-
CONFIG_NET_6LO_DEBUG=n
22+
CONFIG_NET_DEBUG_6LO=n
2323
CONFIG_NET_DEBUG_L2_IEEE802154_FRAGMENT=y
2424
CONFIG_NET_DEBUG_NET_PKT=n

tests/net/ipv6/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ CONFIG_SYS_LOG_NET_LEVEL=2
3131
#CONFIG_NET_DEBUG_ICMPV6=y
3232
#CONFIG_NET_DEBUG_UTILS=y
3333
#CONFIG_NET_DEBUG_NET_PKT=y
34-
#CONFIG_NET_6LO_DEBUG=y
34+
#CONFIG_NET_DEBUG_6LO=y

0 commit comments

Comments
 (0)