diff options
-rw-r--r-- | host/lib/usrp/dboard/e3xx/e3xx_constants.hpp | 1 | ||||
-rw-r--r-- | host/lib/usrp/dboard/magnesium/magnesium_constants.hpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/e3xx/e3xx_constants.hpp b/host/lib/usrp/dboard/e3xx/e3xx_constants.hpp index f883a7d72..ea521d86f 100644 --- a/host/lib/usrp/dboard/e3xx/e3xx_constants.hpp +++ b/host/lib/usrp/dboard/e3xx/e3xx_constants.hpp @@ -11,7 +11,6 @@ #include <string> #include <vector> -static constexpr size_t FPGPIO_MASTER_RADIO = 0; static constexpr double AD9361_RX_MIN_BANDWIDTH = 20.0e6; // Hz static constexpr double AD9361_RX_MAX_BANDWIDTH = 40.0e6; // Hz diff --git a/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp b/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp index 627eb46cc..8de62743d 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_constants.hpp @@ -12,7 +12,6 @@ #include <string> #include <vector> -static constexpr size_t FPGPIO_MASTER_RADIO = 0; static constexpr size_t TOTAL_RADIO_PORTS = 4; static constexpr double AD9371_RX_MIN_BANDWIDTH = 20.0e6; // HZ static constexpr double AD9371_RX_MAX_BANDWIDTH = 100.0e6; // HZ |