diff options
author | jcorgan | 2008-10-26 16:05:03 +0000 |
---|---|---|
committer | jcorgan | 2008-10-26 16:05:03 +0000 |
commit | 69682ac49f545217f3070e0ac25b0da92cda1c2c (patch) | |
tree | b75ed092265a63bb0a017ccae5fc0677afbcd5fc /usrp2 | |
parent | 144fa44ed2e0378e2ec585c3991108926d9449be (diff) | |
download | gnuradio-69682ac49f545217f3070e0ac25b0da92cda1c2c.tar.gz gnuradio-69682ac49f545217f3070e0ac25b0da92cda1c2c.tar.bz2 gnuradio-69682ac49f545217f3070e0ac25b0da92cda1c2c.zip |
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')
-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 9fc168791..83e14cd34 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> |