diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-08-29 10:06:47 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-09-23 13:05:37 -0700 |
commit | df0c602c43959d15b5102fefe0b2d999a6b27141 (patch) | |
tree | 8ed90309e420d9780c77620ccc4bad8476a63611 /host/lib/usrp/b200 | |
parent | 0d6454b27b99a137c55bc772a641e0df9d7ddaa0 (diff) | |
download | uhd-df0c602c43959d15b5102fefe0b2d999a6b27141.tar.gz uhd-df0c602c43959d15b5102fefe0b2d999a6b27141.tar.bz2 uhd-df0c602c43959d15b5102fefe0b2d999a6b27141.zip |
usrp: don't print duplicate GPSDO detection messages
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index bf5fdd251..7f92ae33a 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -304,7 +304,6 @@ b200_impl::b200_impl(const device_addr_t &device_addr) } else { - UHD_MSG(status) << "not found" << std::endl; _local_ctrl->poke32(TOREG(SR_CORE_GPSDO_ST), B200_GPSDO_ST_NONE); } } |