Skip to content

Commit 2bc731e

Browse files
committed
[nrf noup] drivers: nrfwifi: Fix a build error
The defines should explicitly be passed to nordic HAL as they dont' use the CONFIG_ prefix. TODO: Fixed two fromlist conflict, will rebase. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent ad2f6c7 commit 2bc731e

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
@@ -360,4 +360,5 @@ zephyr_compile_definitions(
360360
-DNRF70_ANT_GAIN_5G_BAND3=${CONFIG_NRF70_ANT_GAIN_5G_BAND3}
361361
-DNRF_WIFI_PS_INT_PS=${CONFIG_NRF_WIFI_PS_INT_PS}
362362
-DNRF70_PASSIVE_SCAN_ONLY=${CONFIG_NRF70_PASSIVE_SCAN_ONLY}
363+
-DNRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS=${CONFIG_NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS}
363364
)

0 commit comments

Comments
 (0)