diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-16 16:29:31 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-16 16:29:31 -0800 |
commit | 5b42b774d9ac1e74fb2916bf58085fe19ecb6720 (patch) | |
tree | b19c441ac2f5d2ff6be09142916775b78a646d9b /lib/usrp_uhd.cpp | |
parent | 379d486ed21aace7f8b37d61f713bdc6088b39e5 (diff) | |
download | uhd-5b42b774d9ac1e74fb2916bf58085fe19ecb6720.tar.gz uhd-5b42b774d9ac1e74fb2916bf58085fe19ecb6720.tar.bz2 uhd-5b42b774d9ac1e74fb2916bf58085fe19ecb6720.zip |
Created device interface for discovery, access, configuration...
Diffstat (limited to 'lib/usrp_uhd.cpp')
-rw-r--r-- | lib/usrp_uhd.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/usrp_uhd.cpp b/lib/usrp_uhd.cpp index 7d1e62a13..7591d3bea 100644 --- a/lib/usrp_uhd.cpp +++ b/lib/usrp_uhd.cpp @@ -4,5 +4,4 @@ #include <usrp_uhd.hpp> -usrp_uhd::usrp_uhd::usrp_uhd(device_addr_t){} -usrp_uhd::usrp_uhd::~usrp_uhd(void){} +//nothing here, just includes the header so the compiler can check |