Skip to content

Commit

Permalink
Fix regression in set_freq() that wiped out proper r_div setting
Browse files Browse the repository at this point in the history
  • Loading branch information
NT7S committed Mar 24, 2017
1 parent f08d3e1 commit d3f2ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/si5351.cpp
Expand Up @@ -282,7 +282,6 @@ uint8_t Si5351::set_freq(uint64_t freq, enum si5351_clock clk)
}
else
{
//uint64_t temp_freq = freq;
clk_freq[(uint8_t)clk] = freq;

// Enable the output
Expand Down

0 comments on commit d3f2ed9

Please sign in to comment.