From 64263e44bf074448751eb7b2a144a6096adb6a6a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 7 Jan 2011 12:07:06 -0800 Subject: usrp: change wording on pps error message in multi usrp --- host/lib/usrp/multi_usrp.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp') 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" ); } } -- cgit v1.2.3