Skip to content

Commit a22f53e

Browse files
committed
[nrf noup] samples: wifi: Fix missing CONFIG for the option
Missed adding CONFIG_ to the configuration option. TODO: Fixed a conflict, need to rebase. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent e50b987 commit a22f53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/wifi/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ tests:
6565
- nucleo_h723zg
6666
sample.net.wifi.nrf7002eb:
6767
extra_args:
68-
- NRF70_UTIL=y
6968
- SB_CONFIG_WIFI_NRF70=y
69+
- CONFIG_NRF70_UTIL=y
7070
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
7171
- SHIELD=nrf7002eb
7272
platform_allow:

0 commit comments

Comments
 (0)