From 4c4c4f03a90dd7f715d58e74ab6ef830be1d280c Mon Sep 17 00:00:00 2001 From: "Bansidhar P.M" Date: Wed, 4 Dec 2024 16:11:34 +0530 Subject: [PATCH] wifi: Sync with nrf70 buslib changes Fix build error due to nrf70 buslib changes. Signed-off-by: Bansidhar P.M --- samples/wifi/sta/src/main.c | 2 +- .../overlay-nrf70-driver-verbose-debug.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/wifi/sta/src/main.c b/samples/wifi/sta/src/main.c index a8196f693942..fdfb3ae458f5 100644 --- a/samples/wifi/sta/src/main.c +++ b/samples/wifi/sta/src/main.c @@ -28,7 +28,7 @@ LOG_MODULE_REGISTER(sta, CONFIG_LOG_DEFAULT_LEVEL); #if defined(CONFIG_BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP) || \ defined(CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP) -#include +#include #endif #include "net_private.h" diff --git a/snippets/nrf70-driver-verbose-debug/overlay-nrf70-driver-verbose-debug.conf b/snippets/nrf70-driver-verbose-debug/overlay-nrf70-driver-verbose-debug.conf index 077a179e5d21..26dbd2c1f053 100644 --- a/snippets/nrf70-driver-verbose-debug/overlay-nrf70-driver-verbose-debug.conf +++ b/snippets/nrf70-driver-verbose-debug/overlay-nrf70-driver-verbose-debug.conf @@ -19,4 +19,4 @@ CONFIG_LOG=y CONFIG_LOG_MODE_IMMEDIATE=y CONFIG_PRINTK=y CONFIG_WIFI_NRF70_LOG_LEVEL_DBG=y -CONFIG_WIFI_NRF70_BUS_LOG_LEVEL_DBG=y +CONFIG_WIFI_NRF70_BUSLIB_LOG_LEVEL_DBG=y