aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2018-11-19 17:25:47 -0800
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-11-21 14:21:32 -0800
commit23aafe851b394f74fbb479937d560933b627fe8c (patch)
tree2544e5dfb64b60efc7cec842b8843e0b8c87803c /host/lib
parent2c42335d978874d4788f362ba10065c1cdf3584d (diff)
downloaduhd-23aafe851b394f74fbb479937d560933b627fe8c.tar.gz
uhd-23aafe851b394f74fbb479937d560933b627fe8c.tar.bz2
uhd-23aafe851b394f74fbb479937d560933b627fe8c.zip
x300: fixup minimum master clock rate
Recent clocking changes set the minimum master clock rate to 187.5MHz, instead of the actual 184.32MHz. This change corrects that.
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/x300/x300_defaults.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_defaults.hpp b/host/lib/usrp/x300/x300_defaults.hpp
index 363a90314..aa8d1b688 100644
--- a/host/lib/usrp/x300/x300_defaults.hpp
+++ b/host/lib/usrp/x300/x300_defaults.hpp
@@ -33,7 +33,7 @@ static constexpr size_t DST_ADDR = 2;
static constexpr double DEFAULT_TICK_RATE = 200e6; // Hz
static constexpr double MAX_TICK_RATE = 200e6; // Hz
-static constexpr double MIN_TICK_RATE = 187.5e6; // Hz
+static constexpr double MIN_TICK_RATE = 184.32e6; // Hz
static constexpr double BUS_CLOCK_RATE = 187.5e6; // Hz
static const std::string FW_FILE_NAME = "usrp_x300_fw.bin";