diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-01 16:01:08 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-01 16:01:08 -0700 |
commit | e390bcd9a69e13add9ffe3da430ba8ce19e88819 (patch) | |
tree | 5b0d9709ad22ee87c8672df45eb864ed305c734a /gr-uhd/lib/uhd_simple_source.cc | |
parent | a87552815119742d98561f9b53ab0da5513514bb (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.cc | 2 |
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); } |