diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-14 08:41:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-14 08:41:13 -0700 |
commit | e2a9419385bee4d08862553ddd0a637964557272 (patch) | |
tree | de7472d318fb556433dc4f7c1ebaf7fe7c82446d /host/lib/usrp/usrp2/usrp2_iface.hpp | |
parent | 91319520a5bd2b4cd875988b6c173435df1dbc47 (diff) | |
download | uhd-e2a9419385bee4d08862553ddd0a637964557272.tar.gz uhd-e2a9419385bee4d08862553ddd0a637964557272.tar.bz2 uhd-e2a9419385bee4d08862553ddd0a637964557272.zip |
renamed dboard interface to dboard iface, the lengthy name was getting to be a burden
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index 7b4321c0b..1298d87f1 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -19,7 +19,7 @@ #define INCLUDED_USRP2_IFACE_HPP #include <uhd/transport/udp_simple.hpp> -#include <uhd/usrp/dboard_interface.hpp> //spi config +#include <uhd/usrp/dboard_iface.hpp> //spi config #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> #include <boost/cstdint.hpp> |