diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-10 20:55:01 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:11 -0700 |
commit | 0946176f513dd58407869e3b019207ff3eef24f5 (patch) | |
tree | 6011087dab7c3e11cba4f70f0c182d7040f12ecd /host/lib/usrp/usrp1/usrp1_impl.cpp | |
parent | 861e66848f05001fcaca4fe91dbf67cd186649dc (diff) | |
download | uhd-0946176f513dd58407869e3b019207ff3eef24f5.tar.gz uhd-0946176f513dd58407869e3b019207ff3eef24f5.tar.bz2 uhd-0946176f513dd58407869e3b019207ff3eef24f5.zip |
usrp1: got the 16Msps working (needed non hb-filter image)
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp1/usrp1_impl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp index 108fdc9ac..db652b033 100644 --- a/host/lib/usrp/usrp1/usrp1_impl.cpp +++ b/host/lib/usrp/usrp1/usrp1_impl.cpp @@ -195,12 +195,6 @@ usrp1_impl::usrp1_impl(const device_addr_t &device_addr){ _iface->poke32(FR_ADC_OFFSET_2, 0x00000000); _iface->poke32(FR_ADC_OFFSET_3, 0x00000000); - // Set default for RX format to 16-bit I&Q and no half-band filter bypass - _iface->poke32(FR_RX_FORMAT, 0x00000300); - - // Set default for TX format to 16-bit I&Q - _iface->poke32(FR_TX_FORMAT, 0x00000000); - UHD_LOG << "USRP1 Capabilities" << std::endl << " number of duc's: " << get_num_ddcs() << std::endl |