Skip to content

Commit

Permalink
Move addresses to network buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
dhsu-nordic committed Jan 15, 2025
1 parent 0af9d1a commit 227ba9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nrf_wifi/bus/ipc_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include "hal_structs.h"

/* Define addresses to use for the free queues */
#define EVENT_FREEQ_ADDR 0x20008000
#define CMD_FREEQ_ADDR 0x20005000
#define EVENT_FREEQ_ADDR 0x200C2000
#define CMD_FREEQ_ADDR 0x200C3000

#define NUM_INSTANCES 3
#define NUM_ENDPOINTS 1
Expand Down

0 comments on commit 227ba9c

Please sign in to comment.