diff options
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/usrp/x300/x300_defaults.hpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/host/lib/usrp/x300/x300_defaults.hpp b/host/lib/usrp/x300/x300_defaults.hpp index 2e242f24f..5956686d0 100644 --- a/host/lib/usrp/x300/x300_defaults.hpp +++ b/host/lib/usrp/x300/x300_defaults.hpp @@ -44,7 +44,8 @@ static const std::vector<std::string> CLOCK_SOURCE_OPTIONS{      "internal", "external", "gpsdo"};  static const std::vector<std::string> TIME_SOURCE_OPTIONS{      "internal", "external", "gpsdo"}; -static const std::vector<double> EXTERNAL_FREQ_OPTIONS{10e6, 30.72e6, 200e6}; +static const std::vector<double> EXTERNAL_FREQ_OPTIONS{ +    10e6, 11.52e6, 23.04e6, 30.72e6, 200e6};  static constexpr size_t RX_SW_BUFF_SIZE_ETH =      0x2000000; // 32MiB    For an ~8k frame size any size >32MiB is just wasted buffer | 
