summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJason Abele <jason@ettus.com>2012-05-14 11:02:08 -0700
committerJosh Blum <josh@joshknows.com>2012-05-14 11:49:15 -0700
commitd8d749422b26f5a8161306fe74dbd37b0c560f97 (patch)
tree19645eb2e35d752a1051d12dfb9f1e1c823e1fb7 /host/lib/usrp
parentea4549f841c5921cd575171c868d291be4e8f8c0 (diff)
downloaduhd-d8d749422b26f5a8161306fe74dbd37b0c560f97.tar.gz
uhd-d8d749422b26f5a8161306fe74dbd37b0c560f97.tar.bz2
uhd-d8d749422b26f5a8161306fe74dbd37b0c560f97.zip
Throwing here causes difficulty initializing new USRPs
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/usrp2/clock_ctrl.cpp2
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;
}