summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_simple_sink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/uhd_simple_sink.cc')
-rw-r--r--gr-uhd/lib/uhd_simple_sink.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/uhd_simple_sink.cc b/gr-uhd/lib/uhd_simple_sink.cc
index a22b52421..107a4ef6c 100644
--- a/gr-uhd/lib/uhd_simple_sink.cc
+++ b/gr-uhd/lib/uhd_simple_sink.cc
@@ -49,7 +49,7 @@ uhd_simple_sink::uhd_simple_sink(
gr_make_io_signature(1, 1, type.size),
gr_make_io_signature(0, 0, 0)
), _type(type){
- _dev = uhd::simple_device::make(args);
+ _dev = uhd::usrp::simple_usrp::make(args);
}
uhd_simple_sink::~uhd_simple_sink(void){