From b998964ca78e3d7927c82680c167aebf9cabae73 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 1 Sep 2011 12:48:16 -0700 Subject: B100: unshadow dboard clock rates so you can set master freq after init and still tune ok --- host/lib/usrp/b100/clock_ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/b100/clock_ctrl.cpp') diff --git a/host/lib/usrp/b100/clock_ctrl.cpp b/host/lib/usrp/b100/clock_ctrl.cpp index b1e12773e..df1442420 100644 --- a/host/lib/usrp/b100/clock_ctrl.cpp +++ b/host/lib/usrp/b100/clock_ctrl.cpp @@ -159,7 +159,7 @@ static clock_settings_type get_clock_settings(double rate){ } } - throw uhd::runtime_error(str(boost::format( + throw uhd::value_error(str(boost::format( "USRP-B100 clock control: could not calculate settings for clock rate %fMHz" ) % (rate/1e6))); } -- cgit v1.2.3