diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-28 11:33:10 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-28 11:33:10 -0700 |
commit | 1c4e9bd614dc8b7a17dc2bd95c322bbea940ca35 (patch) | |
tree | a591b0ccaa4d9f9f6634c9fd1285d4d5a60ac116 /host/lib/usrp/usrp_e/usrp_e_iface.hpp | |
parent | 1b924876d7d7216504e604137ed0ade36460169f (diff) | |
download | uhd-1c4e9bd614dc8b7a17dc2bd95c322bbea940ca35.tar.gz uhd-1c4e9bd614dc8b7a17dc2bd95c322bbea940ca35.tar.bz2 uhd-1c4e9bd614dc8b7a17dc2bd95c322bbea940ca35.zip |
moved i2c into usrp-e interface, used by dboard interface and eeprom
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_iface.hpp b/host/lib/usrp/usrp_e/usrp_e_iface.hpp index 850e15ac4..763d19581 100644 --- a/host/lib/usrp/usrp_e/usrp_e_iface.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_iface.hpp @@ -29,7 +29,7 @@ * Provides a set of functions to implementation layer. * Including spi, peek, poke, control... */ -class usrp_e_iface : boost::noncopyable{ +class usrp_e_iface : boost::noncopyable, public uhd::i2c_iface{ public: typedef boost::shared_ptr<usrp_e_iface> sptr; |