Skip to content

Commit

Permalink
code cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
NT7S committed Jan 15, 2018
1 parent 257444a commit d08ebcd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/si5351.cpp
Expand Up @@ -36,17 +36,6 @@
Si5351::Si5351(uint8_t i2c_addr):
i2c_bus_addr(i2c_addr)
{
// dev_status.SYS_INIT = 0;
// dev_status.LOL_B = 0;
// dev_status.LOL_A = 0;
// dev_status.LOS = 0;
// dev_status.REVID = 0;
//
// dev_int_status.SYS_INIT_STKY = 0;
// dev_int_status.LOL_B_STKY = 0;
// dev_int_status.LOL_A_STKY = 0;
// dev_int_status.LOS_STKY = 0;

xtal_freq[0] = SI5351_XTAL_FREQ;

// Start by using XO ref osc as default for each PLL
Expand Down

0 comments on commit d08ebcd

Please sign in to comment.