1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-12 22:43:36 -04:00

SDRPlay plugin: new sample rates to better support non zero IF modes

This commit is contained in:
f4exb
2016-11-17 00:41:11 +01:00
parent 85807ffadb
commit 3da9c5b7cf
2 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ public:
static unsigned int getRateIndex(unsigned int rate);
static unsigned int getNbRates();
private:
static const unsigned int m_nb_rates = 16;
static const unsigned int m_nb_rates = 18;
static unsigned int m_rates[m_nb_rates];
};