From d2556f45c943e54d1b74afe94bff98cd81661bb2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 3 Mar 2011 16:39:16 -0800 Subject: uhd: removed mb_eeprom from mboard iface (already exposed in property) also fixed some warnings with unused parameters --- host/lib/usrp/usrp2/usrp2_iface.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp') 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 */ -- cgit v1.2.3