Skip to content

Commit 52600ff

Browse files
committed
Fix the addresses
These are taken from Vega. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 099de8b commit 52600ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nrf_wifi/bus/ipc_if.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "hal_structs.h"
1212

1313
/* Define addresses to use for the free queues */
14-
#define EVENT_FREEQ_ADDR 0x2FC08000
15-
#define CMD_FREEQ_ADDR 0x2FC05000
14+
#define EVENT_FREEQ_ADDR 0x20008000
15+
#define CMD_FREEQ_ADDR 0x20005000
1616

1717
#define NUM_INSTANCES 3
1818
#define NUM_ENDPOINTS 1

0 commit comments

Comments
 (0)