diff options
Diffstat (limited to 'host/lib/usrp/usrp2')
-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 769795aad..0ae3b0bd8 100644 --- a/host/lib/usrp/usrp2/clock_ctrl.cpp +++ b/host/lib/usrp/usrp2/clock_ctrl.cpp @@ -204,7 +204,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; } |