diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-08-21 16:09:12 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-09-02 12:45:36 +0200 |
commit | 48875211e14a61d662ec94291a301e20300cbbb4 (patch) | |
tree | e2f333ef1134b594c03604a52ec86f27853cd778 /host/lib/usrp/common/ad9361_driver/ad9361_device.h | |
parent | da018c53b473428bc5a53134136db24bdc3cf4dc (diff) | |
download | uhd-48875211e14a61d662ec94291a301e20300cbbb4.tar.gz uhd-48875211e14a61d662ec94291a301e20300cbbb4.tar.bz2 uhd-48875211e14a61d662ec94291a301e20300cbbb4.zip |
ad9361: Made recommended rate a constant
Diffstat (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_device.h')
-rw-r--r-- | host/lib/usrp/common/ad9361_driver/ad9361_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_device.h b/host/lib/usrp/common/ad9361_driver/ad9361_device.h index 74f16cff9..41af2eeea 100644 --- a/host/lib/usrp/common/ad9361_driver/ad9361_device.h +++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.h @@ -66,6 +66,7 @@ public: //Constants static const double AD9361_MAX_GAIN; static const double AD9361_MAX_CLOCK_RATE; + static const double AD9361_RECOMMENDED_MAX_CLOCK_RATE; private: //Methods void _program_fir_filter(direction_t direction, int num_taps, boost::uint16_t *coeffs); |