diff options
author | Josh Blum <josh@joshknows.com> | 2012-06-18 15:55:18 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-06-18 15:55:18 -0700 |
commit | db8f128e51c1d933feaa55358f887a2750375a8c (patch) | |
tree | ce7fb3196bce02d18756c6514d176d4f01271685 /host/lib | |
parent | 76930c0358a32ca7f9e82ccd82543a55eeddade3 (diff) | |
parent | ae2429c8cb95324d628e93806688d14d123cd45e (diff) | |
download | uhd-db8f128e51c1d933feaa55358f887a2750375a8c.tar.gz uhd-db8f128e51c1d933feaa55358f887a2750375a8c.tar.bz2 uhd-db8f128e51c1d933feaa55358f887a2750375a8c.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/dboard/db_xcvr2450.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_xcvr2450.cpp b/host/lib/usrp/dboard/db_xcvr2450.cpp index 6685b806d..da894fc9b 100644 --- a/host/lib/usrp/dboard/db_xcvr2450.cpp +++ b/host/lib/usrp/dboard/db_xcvr2450.cpp @@ -291,7 +291,7 @@ xcvr2450::xcvr2450(ctor_args_t args) : xcvr_dboard_base(args){ this->get_tx_subtree()->create<bool>("enabled") .set(true); //always enabled this->get_tx_subtree()->create<bool>("use_lo_offset") - .set(true); + .set(false); this->get_tx_subtree()->create<double>("bandwidth/value") .coerce(boost::bind(&xcvr2450::set_tx_bandwidth, this, _1)) //complex bandpass bandwidth .set(2.0*_tx_bandwidth); //_tx_bandwidth in lowpass, convert to complex bandpass |