diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-26 16:05:03 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-26 16:05:03 +0000 |
commit | 69682ac49f545217f3070e0ac25b0da92cda1c2c (patch) | |
tree | b75ed092265a63bb0a017ccae5fc0677afbcd5fc /usrp2/host | |
parent | 144fa44ed2e0378e2ec585c3991108926d9449be (diff) |
Merged r9834:9855 from jcorgan/u2-wip into trunk. Catches up gr-usrp2 with the latest changes in libusrp2, adding all the daughterboard accessor functions.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9856 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host')
-rw-r--r-- | usrp2/host/include/usrp2/usrp2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index 9fc1687911..83e14cd340 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -23,7 +23,6 @@ #include <boost/utility.hpp> #include <vector> #include <complex> -//#include <iosfwd> #include <usrp2/rx_sample_handler.h> #include <usrp2/tune_result.h> |