diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-12-09 12:09:58 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-12-09 13:00:17 -0800 |
commit | 853de46533e48f9ef9b2bf4ebb745ea7f66e9cd0 (patch) | |
tree | b683c43894b071d3a81b5c875ec6d186c77174a6 /host/lib | |
parent | 09b04222e3a916cea8e03ecedd10b83d60ff1aa4 (diff) | |
download | uhd-853de46533e48f9ef9b2bf4ebb745ea7f66e9cd0.tar.gz uhd-853de46533e48f9ef9b2bf4ebb745ea7f66e9cd0.tar.bz2 uhd-853de46533e48f9ef9b2bf4ebb745ea7f66e9cd0.zip |
e3xx: Remove unused constant
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/dboard/e3xx/e3xx_constants.hpp | 2 |
1 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 ea521d86f..4047c9a61 100644 --- a/host/lib/usrp/dboard/e3xx/e3xx_constants.hpp +++ b/host/lib/usrp/dboard/e3xx/e3xx_constants.hpp @@ -45,8 +45,6 @@ static constexpr char E3XX_DEFAULT_TX_ANTENNA[] = "TX/RX"; static const std::vector<std::string> E3XX_RX_ANTENNAS = { E3XX_DEFAULT_RX_ANTENNA, E3XX_DEFAULT_TX_ANTENNA}; -static constexpr char E3XX_GPIO_BANK[] = "INT0"; - static constexpr size_t E3XX_NUM_CHANS = 2; static constexpr char TIMING_MODE_2R2T[] = "2R2T"; |