summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-26 19:23:24 -0700
committerJosh Blum <josh@joshknows.com>2011-11-03 20:37:14 -0700
commitfbc5b54f49eec3f27e5a351d27260783898b0bea (patch)
tree7a436a315f266364333d557e9439ee84077c8c8d /host/lib/usrp/usrp2
parent3a9edd27d6976456ea9cf4565590d4dd5bee809c (diff)
downloaduhd-fbc5b54f49eec3f27e5a351d27260783898b0bea.tar.gz
uhd-fbc5b54f49eec3f27e5a351d27260783898b0bea.tar.bz2
uhd-fbc5b54f49eec3f27e5a351d27260783898b0bea.zip
somebody made a typo
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp
index db707b6af..ac3ee2e69 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.cpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.cpp
@@ -463,7 +463,7 @@ usrp2_impl::usrp2_impl(const device_addr_t &_device_addr){
.subscribe(boost::bind(&usrp2_impl::update_tx_subdev_spec, this, mb, _1));
const fs_path rx_fe_path = mb_path / "rx_frontends" / "A";
- const fs_path tx_fe_path = mb_path / "rx_frontends" / "A";
+ const fs_path tx_fe_path = mb_path / "tx_frontends" / "A";
_tree->create<std::complex<double> >(rx_fe_path / "dc_offset" / "value")
.coerce(boost::bind(&rx_frontend_core_200::set_dc_offset, _mbc[mb].rx_fe, _1))