Skip to content

Commit

Permalink
snippets: nrf70-driver-verbose-debug: Fix configs
Browse files Browse the repository at this point in the history
* Fix a missed rename
* Remove a non-existing config

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit 4c75e6d)
krish2718 authored and rlubos committed Oct 25, 2024
1 parent a0e009b commit 4d53172
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ CONFIG_SHELL_STACK_SIZE=4600
CONFIG_NET_SHELL=y
CONFIG_SHELL_GETOPT=y
CONFIG_SHELL_CMDS_RESIZE=n
CONFIG_NRF700X_UTIL=y
CONFIG_NRF70_UTIL=y
CONFIG_NET_L2_WIFI_SHELL=y
CONFIG_NET_STATISTICS=y
CONFIG_NET_STATISTICS_WIFI=y
@@ -20,4 +20,3 @@ CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_PRINTK=y
CONFIG_WIFI_NRF70_LOG_LEVEL_DBG=y
CONFIG_WIFI_NRF70_BUS_LOG_LEVEL_DBG=y
CONFIG_NRF_WIFI_LOG_LEVEL_DBG=y

0 comments on commit 4d53172

Please sign in to comment.