summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_simple_source.cc
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-01 16:01:08 -0700
committerJosh Blum <josh@joshknows.com>2010-04-01 16:01:08 -0700
commite390bcd9a69e13add9ffe3da430ba8ce19e88819 (patch)
tree5b0d9709ad22ee87c8672df45eb864ed305c734a /gr-uhd/lib/uhd_simple_source.cc
parenta87552815119742d98561f9b53ab0da5513514bb (diff)
Use simple usrp from uhd.
Diffstat (limited to 'gr-uhd/lib/uhd_simple_source.cc')
-rw-r--r--gr-uhd/lib/uhd_simple_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_simple_source.cc b/gr-uhd/lib/uhd_simple_source.cc
index 677099f119..4a40c2cfc3 100644
--- a/gr-uhd/lib/uhd_simple_source.cc
+++ b/gr-uhd/lib/uhd_simple_source.cc
@@ -48,7 +48,7 @@ uhd_simple_source::uhd_simple_source(
gr_make_io_signature(0, 0, 0),
gr_make_io_signature(1, 1, type.size)
), _type(type){
- _dev = uhd::simple_device::make(args);
+ _dev = uhd::usrp::simple_usrp::make(args);
set_streaming(false);
}