diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2015-07-25 12:57:59 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-27 18:25:14 -0700 |
commit | 7a0c392f5cc429223b4bd5622aec29f717495b69 (patch) | |
tree | e22e4b1f346881ef999798efbb35d471f0bf7599 /host/lib/usrp/e300 | |
parent | 586a3d39181bf7f75e4a0503a76096ee0153fc62 (diff) | |
download | uhd-7a0c392f5cc429223b4bd5622aec29f717495b69.tar.gz uhd-7a0c392f5cc429223b4bd5622aec29f717495b69.tar.bz2 uhd-7a0c392f5cc429223b4bd5622aec29f717495b69.zip |
e300: Removed unused constant MAX_TICK_RATE
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r-- | host/lib/usrp/e300/e300_defaults.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_defaults.hpp b/host/lib/usrp/e300/e300_defaults.hpp index 41e8453c4..c505df1cd 100644 --- a/host/lib/usrp/e300/e300_defaults.hpp +++ b/host/lib/usrp/e300/e300_defaults.hpp @@ -23,7 +23,6 @@ namespace uhd { namespace usrp { namespace e300 { static const double DEFAULT_TICK_RATE = 32e6; -static const double MAX_TICK_RATE = 50e6; static const double MIN_TICK_RATE = 10e6; static const double DEFAULT_TX_SAMP_RATE = 1.0e6; |