Set PLL_INITIAL_HIGH to 1885MHz based on feedback

It doesn't really hurt to set the high bound too high, and some dongles do go this high.
pull/19/head
Oliver Jowett 2014-09-29 21:11:22 +01:00
rodzic 437036d16b
commit f37e89fa21
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@
* 6MHz below the PLL lower bound where retuning within that region has no effect.
*/
#define PLL_INITIAL_LOW 26.7e6
#define PLL_INITIAL_HIGH 1860e6
#define PLL_INITIAL_HIGH 1885e6
/* We shrink the range edges by at least this much each time there is a soft PLL lock failure */
#define PLL_STEP_LOW 0.1e6