aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/x300/x300_clock_ctrl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_clock_ctrl.cpp b/host/lib/usrp/x300/x300_clock_ctrl.cpp
index b7b8f272c..004c5df3c 100644
--- a/host/lib/usrp/x300/x300_clock_ctrl.cpp
+++ b/host/lib/usrp/x300/x300_clock_ctrl.cpp
@@ -638,7 +638,8 @@ private:
} else {
throw uhd::runtime_error(
str(boost::format("Invalid system reference rate: %.2f MHz.\nValid "
- "reference frequencies are: 10 MHz, 30.72 MHz.")
+ "reference frequencies are: 10 MHz, 11.52 MHz, "
+ "23.04 MHz, 30.72 MHz.")
% (_system_ref_rate / 1e6)));
}
UHD_ASSERT_THROW(clocking_mode != INVALID);