diff options
author | Jason Abele <jason@ettus.com> | 2012-05-14 11:02:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-05-14 11:49:15 -0700 |
commit | d8d749422b26f5a8161306fe74dbd37b0c560f97 (patch) | |
tree | 19645eb2e35d752a1051d12dfb9f1e1c823e1fb7 /host | |
parent | ea4549f841c5921cd575171c868d291be4e8f8c0 (diff) | |
download | uhd-d8d749422b26f5a8161306fe74dbd37b0c560f97.tar.gz uhd-d8d749422b26f5a8161306fe74dbd37b0c560f97.tar.bz2 uhd-d8d749422b26f5a8161306fe74dbd37b0c560f97.zip |
Throwing here causes difficulty initializing new USRPs
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/usrp2/clock_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/clock_ctrl.cpp b/host/lib/usrp/usrp2/clock_ctrl.cpp index 7d3ffefa2..b2912c70c 100644 --- a/host/lib/usrp/usrp2/clock_ctrl.cpp +++ b/host/lib/usrp/usrp2/clock_ctrl.cpp @@ -203,7 +203,7 @@ public: break; default: - throw uhd::not_implemented_error("enable_tx_dboard_clock: unknown hardware version"); + //throw uhd::not_implemented_error("enable_tx_dboard_clock: unknown hardware version"); break; } |