diff options
| -rw-r--r-- | host/lib/usrp/usrp2/usrp2_regs.hpp | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/host/lib/usrp/usrp2/usrp2_regs.hpp b/host/lib/usrp/usrp2/usrp2_regs.hpp index 0311ac625..56e64029e 100644 --- a/host/lib/usrp/usrp2/usrp2_regs.hpp +++ b/host/lib/usrp/usrp2/usrp2_regs.hpp @@ -25,10 +25,10 @@  #define USRP2_ATR_BASE          0xE400  #define USRP2_BP_STATUS_BASE    0xCC00 -#define USRP2P_MISC_OUTPUT_BASE 0x2000 -#define USRP2P_GPIO_BASE        0x3200 -#define USRP2P_ATR_BASE         0x3800 -#define USRP2P_BP_STATUS_BASE   0x3300 +#define USRP2P_MISC_OUTPUT_BASE 0x5000 +#define USRP2P_GPIO_BASE        0x6200 +#define USRP2P_ATR_BASE         0x6800 +#define USRP2P_BP_STATUS_BASE   0x6300  typedef struct {      int sr_misc; | 
