From e390bcd9a69e13add9ffe3da430ba8ce19e88819 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 1 Apr 2010 16:01:08 -0700 Subject: Use simple usrp from uhd. --- gr-uhd/lib/uhd_simple_source.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-uhd/lib/uhd_simple_source.h') diff --git a/gr-uhd/lib/uhd_simple_source.h b/gr-uhd/lib/uhd_simple_source.h index 50b1c9518..c498c5715 100644 --- a/gr-uhd/lib/uhd_simple_source.h +++ b/gr-uhd/lib/uhd_simple_source.h @@ -24,7 +24,7 @@ #define INCLUDED_UHD_SIMPLE_SOURCE_H #include -#include +#include class uhd_simple_source; @@ -48,7 +48,7 @@ public: ); protected: - uhd::simple_device::sptr _dev; + uhd::usrp::simple_usrp::sptr _dev; const uhd::io_type_t _type; bool _is_streaming; void set_streaming(bool enb); -- cgit