diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-07 12:07:06 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-07 12:07:06 -0800 |
commit | 64263e44bf074448751eb7b2a144a6096adb6a6a (patch) | |
tree | cb8d56ddc5bf98bb89af40f54b51863a7d364aab /host/lib/usrp/multi_usrp.cpp | |
parent | e0005a2a00b49b1c6802fd7e78e8f92ff22a6bce (diff) | |
download | uhd-64263e44bf074448751eb7b2a144a6096adb6a6a.tar.gz uhd-64263e44bf074448751eb7b2a144a6096adb6a6a.tar.bz2 uhd-64263e44bf074448751eb7b2a144a6096adb6a6a.zip |
usrp: change wording on pps error message in multi usrp
Diffstat (limited to 'host/lib/usrp/multi_usrp.cpp')
-rw-r--r-- | host/lib/usrp/multi_usrp.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index 5610bcd3f..baf87ced5 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -135,8 +135,9 @@ public: if (get_time_last_pps() != time_start_last_pps) break; if ((get_time_now() - time_start) > time_spec_t(1.1)){ throw std::runtime_error( - "Board 0 may not be getting a PPS signal.\n" - "The time at the last PPS has not changed.\n" + "Board 0 may not be getting a PPS signal!\n" + "No PPS detected within the time interval.\n" + "See the application notes for your device.\n" ); } } |