diff options
| author | Mark Meserve <mark.meserve@ni.com> | 2018-10-15 15:03:48 -0500 |
|---|---|---|
| committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-11-01 11:58:20 -0700 |
| commit | 44eb4b4b43a58324854ce50ef983331c98125eeb (patch) | |
| tree | a02f01ee0d052ff67af5e98e952f504e0435b6d7 /host/lib/usrp/dboard/rhodium/rhodium_constants.hpp | |
| parent | 09136828d4b1b6c9123651f9e2e1894ada436038 (diff) | |
| download | uhd-44eb4b4b43a58324854ce50ef983331c98125eeb.tar.gz uhd-44eb4b4b43a58324854ce50ef983331c98125eeb.tar.bz2 uhd-44eb4b4b43a58324854ce50ef983331c98125eeb.zip | |
rh: fix handling of spur_dodging arg
Diffstat (limited to 'host/lib/usrp/dboard/rhodium/rhodium_constants.hpp')
| -rw-r--r-- | host/lib/usrp/dboard/rhodium/rhodium_constants.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/rhodium/rhodium_constants.hpp b/host/lib/usrp/dboard/rhodium/rhodium_constants.hpp index 82ed5b4c8..1d76994d0 100644 --- a/host/lib/usrp/dboard/rhodium/rhodium_constants.hpp +++ b/host/lib/usrp/dboard/rhodium/rhodium_constants.hpp @@ -51,6 +51,10 @@ static const std::vector<std::string> RHODIUM_TX_ANTENNAS = { "TX/RX", "CAL", "TERM" }; +// These names are taken from radio_rhodium.xml +static constexpr char SPUR_DODGING_ARG_NAME[] = "spur_dodging"; +static constexpr char SPUR_DODGING_THRESHOLD_ARG_NAME[] = "spur_dodging_threshold"; + static constexpr uint32_t SW10_GPIO_MASK = 0x3; //! Main LO |
