diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-27 14:28:48 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-27 14:28:48 -0700 |
commit | 16d63a572c8022766063d2d601e9a635f92871ce (patch) | |
tree | c7cf089157e0a44f0c68a5c23b71a8e5ab1e4b2d /gr-uhd/include | |
parent | e91ae54188e9812f3d8ed45e7f675e5a98ec889f (diff) | |
parent | 79e341d9064b8e44c2d1900cb34ddb51deebb559 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/include')
-rw-r--r-- | gr-uhd/include/gr_uhd_usrp_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/include/gr_uhd_usrp_source.h b/gr-uhd/include/gr_uhd_usrp_source.h index abf3512f6b..415503bc1d 100644 --- a/gr-uhd/include/gr_uhd_usrp_source.h +++ b/gr-uhd/include/gr_uhd_usrp_source.h @@ -276,7 +276,7 @@ public: * \param enb true to enable automatic DC offset correction * \param chan the channel index 0 to N-1 */ - virtual void set_dc_offset(const bool enb, size_t chan = 0) = 0; + virtual void set_auto_dc_offset(const bool enb, size_t chan = 0) = 0; /*! * Set a constant DC offset value. |