diff options
author | jcorgan | 2008-09-23 02:17:38 +0000 |
---|---|---|
committer | jcorgan | 2008-09-23 02:17:38 +0000 |
commit | 7bd129934e980a8e9391f327e89ba56dd3ae95f4 (patch) | |
tree | e26969f8d2842bca7f67df7f5ab875bfef206855 /usrp2/host/include | |
parent | 20f913ec2e71888a451250ba841c980638221c65 (diff) | |
download | gnuradio-7bd129934e980a8e9391f327e89ba56dd3ae95f4.tar.gz gnuradio-7bd129934e980a8e9391f327e89ba56dd3ae95f4.tar.bz2 gnuradio-7bd129934e980a8e9391f327e89ba56dd3ae95f4.zip |
Adds usrp2.sink_32fc, usrp2.sink_16sc, refactoring, cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9641 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/host/include')
-rw-r--r-- | usrp2/host/include/usrp2/usrp2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index 874337911..4e875d343 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -171,7 +171,7 @@ namespace usrp2 { */ /*! - * Set receiver gain + * Set transmitter gain */ bool set_tx_gain(double gain); |