diff options
author | Philip Balister <philip@opensdr.com> | 2011-03-14 04:47:20 -0700 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2011-03-14 04:47:51 -0700 |
commit | b0fefbe47c6f1ee8d396fc4530a9e879120062cc (patch) | |
tree | eef6dae6d27dfbc3518e4ee5c825c8f9950ead32 /host/lib | |
parent | f8225c053bdc77fb966883b5724a60a601e6fd0d (diff) | |
download | uhd-b0fefbe47c6f1ee8d396fc4530a9e879120062cc.tar.gz uhd-b0fefbe47c6f1ee8d396fc4530a9e879120062cc.tar.bz2 uhd-b0fefbe47c6f1ee8d396fc4530a9e879120062cc.zip |
usrp_e1xx : Remove reset offset from register map.
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_regs.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp b/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp index a030462d0..1bcae64c7 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp @@ -131,7 +131,6 @@ #define UE_REG_CLEAR_ADDR(n) (UE_REG_SETTINGS_BASE_ADDR(48) + (4*(n))) #define UE_REG_CLEAR_RX UE_REG_CLEAR_ADDR(0) #define UE_REG_CLEAR_TX UE_REG_CLEAR_ADDR(1) -#define UE_REG_CLEAR_GLOBAL UE_REG_CLEAR_ADDR(2) ///////////////////////////////////////////////// // DSP RX Regs |