diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2016-01-08 13:47:28 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2016-01-08 13:47:28 -0800 |
commit | aada5568494bdaff2d4814b5ccadd7def66b92f3 (patch) | |
tree | e0d57a7d6d402b485db65d9fd95d97c00ea6cd65 /host/lib/usrp/n230/n230_image_loader.cpp | |
parent | aa38ea64e950325d43cc284f59878044ea4f935a (diff) | |
download | uhd-aada5568494bdaff2d4814b5ccadd7def66b92f3.tar.gz uhd-aada5568494bdaff2d4814b5ccadd7def66b92f3.tar.bz2 uhd-aada5568494bdaff2d4814b5ccadd7def66b92f3.zip |
usrp3,n230: Moved all shared FW-Host headers to the host dir
Diffstat (limited to 'host/lib/usrp/n230/n230_image_loader.cpp')
-rw-r--r-- | host/lib/usrp/n230/n230_image_loader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/n230/n230_image_loader.cpp b/host/lib/usrp/n230/n230_image_loader.cpp index 48b41c7a9..f8a6ba092 100644 --- a/host/lib/usrp/n230/n230_image_loader.cpp +++ b/host/lib/usrp/n230/n230_image_loader.cpp @@ -24,8 +24,9 @@ #include <uhd/transport/udp_simple.hpp> #include <boost/algorithm/string.hpp> #include <boost/filesystem.hpp> + +#include "n230_fw_host_iface.h" #include "n230_impl.hpp" -#include "../../../firmware/usrp3/n230/n230_fw_host_iface.h" using namespace uhd; using namespace uhd::usrp; |