diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-27 14:28:42 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-27 14:28:42 -0700 |
commit | 79e341d9064b8e44c2d1900cb34ddb51deebb559 (patch) | |
tree | de47ec4df6b517a68aad95a2e9beed3c2494cefd /gr-uhd/include | |
parent | 87c8751c99cfb2191bea19557d158fdd952c56eb (diff) | |
parent | d346cb287299a04a71ea21007025edb694409043 (diff) |
Merge branch 'maint'
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. |