aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-09-23 16:03:27 -0700
committerMartin Braun <martin.braun@ettus.com>2014-09-23 16:03:27 -0700
commit5aefa0fdfcf45717c133641b7e4df8070ed025e3 (patch)
tree7eaf97986d62892368f8d14cd48cfc45dddf7923 /host/lib/usrp/e100
parente56809a09aeffa2ccaec4582f6ca2fc0d4b4949e (diff)
parentc431a66df3df4cff82bfa2d2b2c7b16895a7efd6 (diff)
downloaduhd-5aefa0fdfcf45717c133641b7e4df8070ed025e3.tar.gz
uhd-5aefa0fdfcf45717c133641b7e4df8070ed025e3.tar.bz2
uhd-5aefa0fdfcf45717c133641b7e4df8070ed025e3.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/e100')
-rw-r--r--host/lib/usrp/e100/e100_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/e100/e100_impl.cpp b/host/lib/usrp/e100/e100_impl.cpp
index 5becaf5bb..8b4f2316c 100644
--- a/host/lib/usrp/e100/e100_impl.cpp
+++ b/host/lib/usrp/e100/e100_impl.cpp
@@ -261,7 +261,6 @@ e100_impl::e100_impl(const uhd::device_addr_t &device_addr){
}
if (_gps and _gps->gps_detected())
{
- UHD_MSG(status) << "found" << std::endl;
BOOST_FOREACH(const std::string &name, _gps->get_sensors())
{
_tree->create<sensor_value_t>(mb_path / "sensors" / name)
@@ -270,7 +269,6 @@ e100_impl::e100_impl(const uhd::device_addr_t &device_addr){
}
else
{
- UHD_MSG(status) << "not found" << std::endl;
std::ofstream(GPSDO_VOLATILE_PATH.string().c_str(), std::ofstream::binary) << "42" << std::endl;
}
}