diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-02-27 09:32:02 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-02-28 11:52:21 -0800 |
commit | 69c320d7cfcebab4944ef654e80e47bbb32e4917 (patch) | |
tree | 6fd6e90931600e4f76639c7f4c2a9b784a49572b /host/lib/usrp/x300 | |
parent | 333df1de86883d81552323ea147d74fa7374792a (diff) | |
download | uhd-69c320d7cfcebab4944ef654e80e47bbb32e4917.tar.gz uhd-69c320d7cfcebab4944ef654e80e47bbb32e4917.tar.bz2 uhd-69c320d7cfcebab4944ef654e80e47bbb32e4917.zip |
x300: device args: Removed invalid 200 MHz sysref rate
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r-- | host/lib/usrp/x300/x300_defaults.hpp | 2 |
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 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<std::string> CLOCK_SOURCE_OPTIONS{ static const std::vector<std::string> TIME_SOURCE_OPTIONS{ "internal", "external", "gpsdo"}; static const std::vector<double> 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 |