diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-07 10:47:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:11 -0700 |
commit | 65fb4d225204b4ee2b7c73fc0ec393cfff9d6149 (patch) | |
tree | 7b7dac7e8bce49e9ef752f66f7944d61a4b454c2 /host/lib/usrp/usrp1/usrp1_impl.cpp | |
parent | 4c4f0810ef06be18e989b6933ff236ff97c13dd0 (diff) | |
download | uhd-65fb4d225204b4ee2b7c73fc0ec393cfff9d6149.tar.gz uhd-65fb4d225204b4ee2b7c73fc0ec393cfff9d6149.tar.bz2 uhd-65fb4d225204b4ee2b7c73fc0ec393cfff9d6149.zip |
usrp1: various tweaks related to streaming
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp index 93a301c02..108fdc9ac 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.cpp +++ b/host/lib/usrp/usrp1/usrp1_impl.cpp @@ -187,8 +187,6 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){ // Normal mode with no loopback or Rx counting _iface->poke32(FR_MODE, 0x00000000); _iface->poke32(FR_DEBUG_EN, 0x00000000); - _iface->poke32(FR_RX_SAMPLE_RATE_DIV, 0x00000001); //divide by 2 - _iface->poke32(FR_TX_SAMPLE_RATE_DIV, 0x00000001); //divide by 2 _iface->poke32(FR_DC_OFFSET_CL_EN, 0x0000000f); // Reset offset correction registers |