diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-01 17:32:43 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-01 17:32:43 +0000 |
commit | bcd80dae09776eddaf4fdf9c6fb925c0b2586a11 (patch) | |
tree | f6f3cc5b8ce4a59f0238c87c1e213b82f1d3c555 /host/lib/usrp/usrp_e/mboard_impl.cpp | |
parent | 8fd3ce07369a7962dc8eb5ace2007a80ad7dd907 (diff) | |
download | uhd-bcd80dae09776eddaf4fdf9c6fb925c0b2586a11.tar.gz uhd-bcd80dae09776eddaf4fdf9c6fb925c0b2586a11.tar.bz2 uhd-bcd80dae09776eddaf4fdf9c6fb925c0b2586a11.zip |
added peek and poke, using in dboard interface
Diffstat (limited to 'host/lib/usrp/usrp_e/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp_e/mboard_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/mboard_impl.cpp b/host/lib/usrp/usrp_e/mboard_impl.cpp index 1d3f9f466..ba15c394d 100644 --- a/host/lib/usrp/usrp_e/mboard_impl.cpp +++ b/host/lib/usrp/usrp_e/mboard_impl.cpp @@ -17,7 +17,7 @@ #include "usrp_e_impl.hpp" #include <uhd/utils/assert.hpp> -#include <uhd/props.hpp> +#include <uhd/usrp/mboard_props.hpp> #include <boost/bind.hpp> using namespace uhd; |