diff options
author | Mark Meserve <mark.meserve@ni.com> | 2017-03-27 15:21:55 -0500 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:44 -0800 |
commit | 24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf (patch) | |
tree | 2fa3694e9898f5410d10c52052c26b7de87e2a6c /mpm/lib/mykonos/ad937x_device.hpp | |
parent | 663b7f05a31fdf2d51c4464eab48c9107498a443 (diff) | |
download | uhd-24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf.tar.gz uhd-24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf.tar.bz2 uhd-24f5eb8ba5fa1e49a54e813c11dc7768a0be58cf.zip |
ad9371: whitespace cleanup
Diffstat (limited to 'mpm/lib/mykonos/ad937x_device.hpp')
-rw-r--r-- | mpm/lib/mykonos/ad937x_device.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/lib/mykonos/ad937x_device.hpp b/mpm/lib/mykonos/ad937x_device.hpp index 4fedc05f0..704c84e21 100644 --- a/mpm/lib/mykonos/ad937x_device.hpp +++ b/mpm/lib/mykonos/ad937x_device.hpp @@ -74,7 +74,7 @@ public: void set_fir(uhd::direction_t direction, chain_t chain, int8_t gain, const std::vector<int16_t> & fir); std::vector<int16_t> get_fir(uhd::direction_t direction, chain_t chain, int8_t &gain); - int16_t get_temperature(); + int16_t get_temperature(); const static double MIN_FREQ; const static double MAX_FREQ; |