aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-11 12:28:19 -0700
committerJosh Blum <josh@joshknows.com>2010-08-11 12:28:19 -0700
commit457ee4f8bd5f9ade6d4fbcbafb8b0adbe769ae3c (patch)
tree52c48abdeb2014fe6b7773b5fb6be22b6823d572 /host/include
parent9e87ebda07dda14e5b0ab4c64b6adc9800358baa (diff)
parent54048fd9b227633c724edd975347c81152ab37b2 (diff)
downloaduhd-457ee4f8bd5f9ade6d4fbcbafb8b0adbe769ae3c.tar.gz
uhd-457ee4f8bd5f9ade6d4fbcbafb8b0adbe769ae3c.tar.bz2
uhd-457ee4f8bd5f9ade6d4fbcbafb8b0adbe769ae3c.zip
Merge branch 'subdev_spec' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
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 = ""
);
};