We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6976acf commit 46d0e5aCopy full SHA for 46d0e5a
samples/wifi/sta/src/main.c
@@ -26,7 +26,10 @@ LOG_MODULE_REGISTER(sta, CONFIG_LOG_DEFAULT_LEVEL);
26
#include <net/wifi_mgmt_ext.h>
27
#include <net/wifi_ready.h>
28
29
+#if defined(CONFIG_BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP) || \
30
+ defined(CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP)
31
#include <qspi_if.h>
32
+#endif
33
34
#include "net_private.h"
35
0 commit comments