diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-15 18:51:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-15 18:51:49 -0700 |
commit | 615af6ca98c259460517c71647235b102978b5a1 (patch) | |
tree | 0540eebbac9ed688fe68d80eeb5ce86434c9be84 /host/lib/usrp/usrp2 | |
parent | 0994660d2434e0072590e883439ba29f678aac93 (diff) | |
download | uhd-615af6ca98c259460517c71647235b102978b5a1.tar.gz uhd-615af6ca98c259460517c71647235b102978b5a1.tar.bz2 uhd-615af6ca98c259460517c71647235b102978b5a1.zip |
e100: dual dsp support (compiles, not tested)
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_regs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_regs.hpp b/host/lib/usrp/usrp2/usrp2_regs.hpp index d43dcc6bc..19c1b45f1 100644 --- a/host/lib/usrp/usrp2/usrp2_regs.hpp +++ b/host/lib/usrp/usrp2/usrp2_regs.hpp @@ -153,7 +153,7 @@ #define U2_REG_DSP_RX_FREQ(which) U2_REG_DSP_RX_HELPER(which, 0) #define U2_REG_DSP_RX_DECIM(which) U2_REG_DSP_RX_HELPER(which, 2) -#define U2_REG_DSP_RX_MUX(which) U2_REG_DSP_RX_HELPER(which, 5) +#define U2_REG_DSP_RX_MUX(which) U2_REG_DSP_RX_HELPER(which, 3) #define U2_FLAG_DSP_RX_MUX_SWAP_IQ (1 << 0) #define U2_FLAG_DSP_RX_MUX_REAL_MODE (1 << 1) |