diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-30 17:26:58 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-30 17:26:58 -0800 |
commit | 7b0b2924d52bbbcb4660cad5d8070074426011ce (patch) | |
tree | 6748589165247d2382c81e320f8878aea8ce2da7 /host/lib/usrp | |
parent | 0e22d0b03e835b5a793aff9b03cd3791733cdafc (diff) | |
download | uhd-7b0b2924d52bbbcb4660cad5d8070074426011ce.tar.gz uhd-7b0b2924d52bbbcb4660cad5d8070074426011ce.tar.bz2 uhd-7b0b2924d52bbbcb4660cad5d8070074426011ce.zip |
uhd: removed SOB always from tx examples,
use the multi usrp set unknown pps in the test app
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/multi_usrp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index 2245983ee..5610bcd3f 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -135,8 +135,8 @@ 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( - "The time at the last PPS has not changed.\n" "Board 0 may not be getting a PPS signal.\n" + "The time at the last PPS has not changed.\n" ); } } |