summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-03 16:39:16 -0800
committerJosh Blum <josh@joshknows.com>2011-03-03 16:39:16 -0800
commitd2556f45c943e54d1b74afe94bff98cd81661bb2 (patch)
treee33cb98de66846a388792ed7b64cda586cde2ab8 /host/lib/usrp/usrp2
parent98028b366f840efc3b289cc7051bed73aad0963c (diff)
downloaduhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.tar.gz
uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.tar.bz2
uhd-d2556f45c943e54d1b74afe94bff98cd81661bb2.zip
uhd: removed mb_eeprom from mboard iface (already exposed in property)
also fixed some warnings with unused parameters
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r--host/lib/usrp/usrp2/usrp2_iface.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp
index 75057ab96..df53ec66a 100644
--- a/host/lib/usrp/usrp2/usrp2_iface.hpp
+++ b/host/lib/usrp/usrp2/usrp2_iface.hpp
@@ -70,6 +70,9 @@ public:
* Register map selected from USRP2/USRP2+.
*/
usrp2_regs_t regs;
+
+ //motherboard eeprom map structure
+ uhd::usrp::mboard_eeprom_t mb_eeprom;
};
#endif /* INCLUDED_USRP2_IFACE_HPP */