Skip to content

Commit

Permalink
wifi: Sync with nrf70 buslib changes
Browse files Browse the repository at this point in the history
Fix build error due to nrf70 buslib changes.

Signed-off-by: Bansidhar P.M <[email protected]>
  • Loading branch information
bama-nordic authored and carlescufi committed Dec 4, 2024
1 parent 8cde527 commit 4c4c4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/wifi/sta/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <qspi_if.h>
#include <zephyr/drivers/wifi/nrf_wifi/bus/qspi_if.h>
#endif

#include "net_private.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c4c4f0

Please sign in to comment.