Skip to content

Commit 5d5103c

Browse files
committed
[nrf fromlist] drivers: nrfwifi: Fix a build error
The defines should explicitly be passed to nordic HAL as they dont' use the CONFIG_ prefix. Upstream PR: zephyrproject-rtos/zephyr#80175 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent dadc75e commit 5d5103c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrfwifi/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,5 @@ zephyr_compile_definitions(
359359
-DNRF70_ANT_GAIN_5G_BAND2=${CONFIG_NRF70_ANT_GAIN_5G_BAND2}
360360
-DNRF70_ANT_GAIN_5G_BAND3=${CONFIG_NRF70_ANT_GAIN_5G_BAND3}
361361
-DNRF_WIFI_PS_INT_PS=${CONFIG_NRF_WIFI_PS_INT_PS}
362+
-DNRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=${CONFIG_NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS}
362363
)

0 commit comments

Comments
 (0)