Skip to content

Commit f840f66

Browse files
krish2718fabiobaltieri
authored andcommitted
samples: wifi: Fix missing CONFIG for the option
Missed adding CONFIG_ to the configuration option. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 3098c48 commit f840f66

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
@@ -67,7 +67,7 @@ tests:
6767
- nucleo_h723zg
6868
sample.net.wifi.nrf7002eb:
6969
extra_args:
70-
- NRF70_UTIL=y
70+
- CONFIG_NRF70_UTIL=y
7171
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
7272
- SHIELD=nrf7002eb
7373
platform_allow:

0 commit comments

Comments
 (0)