Skip to content

Commit d08ebcd

Browse files
committed
code cleanup'
1 parent 257444a commit d08ebcd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/si5351.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@
3636
Si5351::Si5351(uint8_t i2c_addr):
3737
i2c_bus_addr(i2c_addr)
3838
{
39-
// dev_status.SYS_INIT = 0;
40-
// dev_status.LOL_B = 0;
41-
// dev_status.LOL_A = 0;
42-
// dev_status.LOS = 0;
43-
// dev_status.REVID = 0;
44-
//
45-
// dev_int_status.SYS_INIT_STKY = 0;
46-
// dev_int_status.LOL_B_STKY = 0;
47-
// dev_int_status.LOL_A_STKY = 0;
48-
// dev_int_status.LOS_STKY = 0;
49-
5039
xtal_freq[0] = SI5351_XTAL_FREQ;
5140

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

0 commit comments

Comments
 (0)