summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-08-11 14:00:34 -0700
committerNick Foster <nick@nerdnetworks.org>2010-08-11 14:00:34 -0700
commit1c237e7c8aba280e79b381bcdece68e828d24a04 (patch)
tree395e2bc355f65d7c465a3df05c04dd7e4e4dc597 /host/include
parent663808e847c4970551c6c8127c2c5d816e2a2014 (diff)
parent9503c5101007ba1261b8d23ee6a17305bbaa6f2a (diff)
downloaduhd-1c237e7c8aba280e79b381bcdece68e828d24a04.tar.gz
uhd-1c237e7c8aba280e79b381bcdece68e828d24a04.tar.bz2
uhd-1c237e7c8aba280e79b381bcdece68e828d24a04.zip
Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2p
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/subdev_spec.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/include/uhd/usrp/subdev_spec.hpp b/host/include/uhd/usrp/subdev_spec.hpp
index 4d8f03b77..56aa0df20 100644
--- a/host/include/uhd/usrp/subdev_spec.hpp
+++ b/host/include/uhd/usrp/subdev_spec.hpp
@@ -40,7 +40,8 @@ namespace uhd{ namespace usrp{
* \param sd_name the name of a subdevice on that daughterboard
*/
subdev_spec_pair_t(
- const std::string &db_name, const std::string &sd_name
+ const std::string &db_name = "",
+ const std::string &sd_name = ""
);
};