diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-01-11 10:48:42 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-04 08:18:41 -0600 |
commit | 69665ba47ebb32ae2ecb408a0e7bf86bc19f4b5f (patch) | |
tree | dc2226ca2bc512850d51d6a10850dceb349b3813 /host/utils | |
parent | 01e65903c2e17ead3318b7ca7a3da7c8a906a3a0 (diff) | |
download | uhd-69665ba47ebb32ae2ecb408a0e7bf86bc19f4b5f.tar.gz uhd-69665ba47ebb32ae2ecb408a0e7bf86bc19f4b5f.tar.bz2 uhd-69665ba47ebb32ae2ecb408a0e7bf86bc19f4b5f.zip |
utils: Remove unused constant from b2xx_fx3_utils
This reduces compiler warnings.
Diffstat (limited to 'host/utils')
-rw-r--r-- | host/utils/b2xx_fx3_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/utils/b2xx_fx3_utils.cpp b/host/utils/b2xx_fx3_utils.cpp index 65c4e52ca..53d508268 100644 --- a/host/utils/b2xx_fx3_utils.cpp +++ b/host/utils/b2xx_fx3_utils.cpp @@ -51,7 +51,6 @@ const std::vector<vid_pid_t> known_vid_pid_vector(known_vid_pids, const uhd::byte_vector_t OLD_EEPROM_SIGNATURE = {0x43, 0x59, 0x14, 0xB2}; const uhd::byte_vector_t NEW_EEPROM_SIGNATURE = {0x43, 0x59, 0x1A, 0xB0}; -const size_t EEPROM_INIT_VALUE_VECTOR_SIZE = 8; uhd::byte_vector_t construct_eeprom_init_value_vector(uint16_t vid, uint16_t pid) { uhd::byte_vector_t init_values(OLD_EEPROM_SIGNATURE); |