diff options
Diffstat (limited to 'host')
| -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"                  );              }          } | 
