mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
fixed bad output spectrum. problem was P3 = 0 in si5351c pll, similar to commit b595de6470
This commit is contained in:
@@ -127,7 +127,7 @@ void si5351c_configure_pll_sources_for_xtal()
|
||||
/* MultiSynth NA (PLL1) */
|
||||
void si5351c_configure_pll1_multisynth()
|
||||
{
|
||||
uint8_t data[] = { 26, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00 };
|
||||
uint8_t data[] = { 26, 0x00, 0x01, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00 };
|
||||
si5351c_write(data, sizeof(data));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user