Skip to content

Commit 8997903

Browse files
krish2718rlubos
authored andcommitted
[nrf fromtree] samples: wifi: Fix missing CONFIG for the option
Missed adding CONFIG_ to the configuration option. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit f840f66) (cherry picked from commit baaca29)
1 parent 573a473 commit 8997903

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
@@ -64,7 +64,7 @@ tests:
6464
- nucleo_h723zg
6565
sample.net.wifi.nrf7002eb:
6666
extra_args:
67-
- NRF70_UTIL=y
67+
- CONFIG_NRF70_UTIL=y
6868
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
6969
- SHIELD=nrf7002eb
7070
platform_allow:

0 commit comments

Comments
 (0)