aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-14 08:41:13 -0700
committerJosh Blum <josh@joshknows.com>2010-04-14 08:41:13 -0700
commite2a9419385bee4d08862553ddd0a637964557272 (patch)
treede7472d318fb556433dc4f7c1ebaf7fe7c82446d /host/lib/usrp/usrp2/usrp2_impl.hpp
parent91319520a5bd2b4cd875988b6c173435df1dbc47 (diff)
downloaduhd-e2a9419385bee4d08862553ddd0a637964557272.tar.gz
uhd-e2a9419385bee4d08862553ddd0a637964557272.tar.bz2
uhd-e2a9419385bee4d08862553ddd0a637964557272.zip
renamed dboard interface to dboard iface, the lengthy name was getting to be a burden
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 7eea1e250..dbcee367b 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -37,7 +37,7 @@
* \param clk_ctrl the clock control object
* \return a sptr to a new dboard interface
*/
-uhd::usrp::dboard_interface::sptr make_usrp2_dboard_iface(
+uhd::usrp::dboard_iface::sptr make_usrp2_dboard_iface(
usrp2_iface::sptr iface,
clock_control::sptr clk_ctrl
);