diff options
| author | Martin Braun <martin.braun@ettus.com> | 2015-01-23 19:49:25 +0100 |
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2015-01-23 19:49:25 +0100 |
| commit | 91ae742f513515f88484f281c52414cd7ec78721 (patch) | |
| tree | b6f06d101a41246b642b14c33706d07b0687b235 /host/lib/usrp/cores | |
| parent | e97c4c72d88d3b5b0744c1f76813c9950fe6f820 (diff) | |
| parent | 3807f816068abca5dbe0ca6c54a251dea270a11a (diff) | |
| download | uhd-91ae742f513515f88484f281c52414cd7ec78721.tar.gz uhd-91ae742f513515f88484f281c52414cd7ec78721.tar.bz2 uhd-91ae742f513515f88484f281c52414cd7ec78721.zip | |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/cores')
| -rw-r--r-- | host/lib/usrp/cores/rx_dsp_core_3000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/cores/rx_dsp_core_3000.cpp b/host/lib/usrp/cores/rx_dsp_core_3000.cpp index 32866880f..13d69920a 100644 --- a/host/lib/usrp/cores/rx_dsp_core_3000.cpp +++ b/host/lib/usrp/cores/rx_dsp_core_3000.cpp @@ -138,7 +138,7 @@ public: } if (_is_b200) { - _iface->poke32(REG_DSP_RX_DECIM, (hb1 << 9) | (hb0 << 8) | (decim & 0xff)); + _iface->poke32(REG_DSP_RX_DECIM, (hb0 << 9) /*small HB */ | (hb1 << 8) /*large HB*/ | (decim & 0xff)); if (decim > 1 and hb0 == 0 and hb1 == 0) { UHD_MSG(warning) << boost::format( |
