aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-03-25 16:08:03 -0700
committerJosh Blum <josh@joshknows.com>2013-03-25 16:08:03 -0700
commit8488eb09d7db13f67f38dc986b191fd6f3eeea2d (patch)
tree5d5026f8fb62b09332e49d72d2bbbe7a97881b94 /host/lib/usrp/common
parent55d450ba11d8ae46734e291d2876a4a2c9eaaba3 (diff)
parent404a84fcef665d262eee09ba10c841acdd7cbdf2 (diff)
downloaduhd-8488eb09d7db13f67f38dc986b191fd6f3eeea2d.tar.gz
uhd-8488eb09d7db13f67f38dc986b191fd6f3eeea2d.tar.bz2
uhd-8488eb09d7db13f67f38dc986b191fd6f3eeea2d.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/common')
-rw-r--r--host/lib/usrp/common/fx2_ctrl.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/host/lib/usrp/common/fx2_ctrl.cpp b/host/lib/usrp/common/fx2_ctrl.cpp
index 93303542e..1f9cb84b3 100644
--- a/host/lib/usrp/common/fx2_ctrl.cpp
+++ b/host/lib/usrp/common/fx2_ctrl.cpp
@@ -410,17 +410,6 @@ public:
return usrp_control_write(request, value, index, 0, 0);
}
- void write_eeprom(
- boost::uint8_t addr,
- boost::uint8_t offset,
- const byte_vector_t &bytes
- ){
- byte_vector_t bytes_with_cmd(bytes.size() + 1);
- bytes_with_cmd[0] = offset;
- std::copy(bytes.begin(), bytes.end(), &bytes_with_cmd[1]);
- this->write_i2c(addr, bytes_with_cmd);
- }
-
byte_vector_t read_eeprom(
boost::uint8_t addr,
boost::uint8_t offset,