From 95b84163f448eb942590071b02b57569a2f3e5fd Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 27 Feb 2019 09:32:02 -0800 Subject: x300: device args: Removed invalid 200 MHz sysref rate --- host/lib/usrp/x300/x300_defaults.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/x300/x300_defaults.hpp b/host/lib/usrp/x300/x300_defaults.hpp index 55991587a..c5e9f6004 100644 --- a/host/lib/usrp/x300/x300_defaults.hpp +++ b/host/lib/usrp/x300/x300_defaults.hpp @@ -45,7 +45,7 @@ static const std::vector CLOCK_SOURCE_OPTIONS{ static const std::vector TIME_SOURCE_OPTIONS{ "internal", "external", "gpsdo"}; static const std::vector EXTERNAL_FREQ_OPTIONS{ - 10e6, 11.52e6, 23.04e6, 30.72e6, 200e6}; + 10e6, 11.52e6, 23.04e6, 30.72e6}; static constexpr size_t RX_SW_BUFF_SIZE_ETH = 0x2000000; // 32MiB For an ~8k frame size any size >32MiB is just wasted buffer -- cgit v1.2.3