diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-15 15:49:59 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-15 15:49:59 -0700 |
commit | acfe51f641f16b3e6a02c764e58b986899e262a9 (patch) | |
tree | d5cc173eb84abd816e03b925f9b2ca76dc605f38 /host/lib | |
parent | fbde92c7b621506fc73bceb19364d0d545ea851c (diff) | |
download | uhd-acfe51f641f16b3e6a02c764e58b986899e262a9.tar.gz uhd-acfe51f641f16b3e6a02c764e58b986899e262a9.tar.bz2 uhd-acfe51f641f16b3e6a02c764e58b986899e262a9.zip |
x300: removing intelligent PPS detection until further development
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index f5e53678c..6a9de1f30 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -1387,7 +1387,8 @@ void x300_impl::update_time_source(mboard_members_t &mb, const std::string &sour //check for valid pps if (!is_pps_present(mb.zpu_ctrl)) { - throw uhd::runtime_error((boost::format("The %d PPS was not detected. Please check the PPS source and try again.") % source).str()); + // TODO - Implement intelligent PPS detection + /* throw uhd::runtime_error((boost::format("The %d PPS was not detected. Please check the PPS source and try again.") % source).str()); */ } } |