diff options
author | Jason Abele <jason@ettus.com> | 2012-01-25 13:00:07 -0800 |
---|---|---|
committer | Jason Abele <jason@ettus.com> | 2012-01-27 12:47:08 -0800 |
commit | 837437c65ce36d418cceb3df5b093f9497b3af5f (patch) | |
tree | f82ea68abbef177c80d44440115d39446ca3790a /host | |
parent | c09e881718a083609050201d197516d1ed9a74a4 (diff) | |
download | uhd-837437c65ce36d418cceb3df5b093f9497b3af5f.tar.gz uhd-837437c65ce36d418cceb3df5b093f9497b3af5f.tar.bz2 uhd-837437c65ce36d418cceb3df5b093f9497b3af5f.zip |
Swap I/Q on transmit
Diffstat (limited to 'host')
-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 cf1637335..7c76c45ef 100644 --- a/host/lib/usrp/dboard/db_xcvr2450.cpp +++ b/host/lib/usrp/dboard/db_xcvr2450.cpp @@ -287,7 +287,7 @@ xcvr2450::xcvr2450(ctor_args_t args) : xcvr_dboard_base(args){ this->get_tx_subtree()->create<std::vector<std::string> >("antenna/options") .set(xcvr_antennas); this->get_tx_subtree()->create<std::string>("connection") - .set("IQ"); + .set("QI"); this->get_tx_subtree()->create<bool>("enabled") .set(true); //always enabled this->get_tx_subtree()->create<bool>("use_lo_offset") |