diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-30 14:12:11 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-30 14:12:11 +0000 |
commit | c81a975766a8831cab1e3123af94b4fe4a09d9bc (patch) | |
tree | 7b3185f8829495a023344b162e4f77122705847d /host/lib/usrp/usrp2/usrp2_impl.cpp | |
parent | f94fa1e464c9e2a87274c991dc6461f7f4c956d8 (diff) | |
download | uhd-c81a975766a8831cab1e3123af94b4fe4a09d9bc.tar.gz uhd-c81a975766a8831cab1e3123af94b4fe4a09d9bc.tar.bz2 uhd-c81a975766a8831cab1e3123af94b4fe4a09d9bc.zip |
compiling with master merge, renamed usrp1e to usrp_e
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index 67fbdf8d2..b0ee395fb 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -29,7 +29,7 @@ using namespace uhd::usrp; using namespace uhd::transport; namespace asio = boost::asio; -STATIC_BLOCK(register_usrp2_device){ +UHD_STATIC_BLOCK(register_usrp2_device){ device::register_device(&usrp2::find, &usrp2::make); } |