Skip to content

Commit

Permalink
fixed bug #130, CLKIN failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmann committed Aug 28, 2014
1 parent 21ecd70 commit 69c4997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/common/si5351c.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void si5351c_configure_clock_control(const enum pll_sources source)

void si5351c_set_clock_source(const enum pll_sources source)
{
si5351c_configure_clock_control(PLL_SOURCE_XTAL);
si5351c_configure_clock_control(source);
active_clock_source = source;
}

Expand Down

0 comments on commit 69c4997

Please sign in to comment.