diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-01 16:08:33 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-05 13:45:16 -0700 |
commit | 3b1473d5a3fbfb89e9ddc5575e855644707718d0 (patch) | |
tree | 7b83663b81e8c8d4882b6a9a0291c388088a6c26 /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | 82790f3da8afe646f255da428c5936045f0e2434 (diff) | |
download | uhd-3b1473d5a3fbfb89e9ddc5575e855644707718d0.tar.gz uhd-3b1473d5a3fbfb89e9ddc5575e855644707718d0.tar.bz2 uhd-3b1473d5a3fbfb89e9ddc5575e855644707718d0.zip |
usrp2: removed usrp2.hpp header, its not needed, just use the discovery/factory system
uhd: added usrp_mimo skeleton code/header
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index df1dba663..07e29eadd 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -22,7 +22,7 @@ #include "clock_ctrl.hpp" #include "codec_ctrl.hpp" #include "serdes_ctrl.hpp" -#include <uhd/usrp/usrp2.hpp> +#include <uhd/device.hpp> #include <uhd/utils/pimpl.hpp> #include <uhd/types/dict.hpp> #include <uhd/types/otw_type.hpp> |