We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257444a commit d08ebcdCopy full SHA for d08ebcd
src/si5351.cpp
@@ -36,17 +36,6 @@
36
Si5351::Si5351(uint8_t i2c_addr):
37
i2c_bus_addr(i2c_addr)
38
{
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
-
50
xtal_freq[0] = SI5351_XTAL_FREQ;
51
52
// Start by using XO ref osc as default for each PLL
0 commit comments