diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-26 12:48:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-26 14:15:16 -0700 |
commit | 7450a6583f37d7d61b9a4463000d18d4f11fa21e (patch) | |
tree | 9007e65b4343113a3ba9f4ddd0bfbef38f57f807 /host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | |
parent | 40feb62b3dbe638a80f9b19f21d2c696263f268b (diff) | |
download | uhd-7450a6583f37d7d61b9a4463000d18d4f11fa21e.tar.gz uhd-7450a6583f37d7d61b9a4463000d18d4f11fa21e.tar.bz2 uhd-7450a6583f37d7d61b9a4463000d18d4f11fa21e.zip |
usrp: support for grand daughter board eeprom
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp index 98117cf26..737aa4e8f 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp @@ -132,7 +132,7 @@ private: wax_obj_proxy::sptr _rx_dboard_proxy; //tx dboard functions and settings - uhd::usrp::dboard_eeprom_t _tx_db_eeprom; + uhd::usrp::dboard_eeprom_t _tx_db_eeprom, _gdb_eeprom; void tx_dboard_get(const wax::obj &, wax::obj &); void tx_dboard_set(const wax::obj &, const wax::obj &); wax_obj_proxy::sptr _tx_dboard_proxy; |