Open EU1KY opened 10 years ago
Please look at line 138 at si5351.c: if(pll_calc == 0) Why does it evaluate function pointer here? The result will always be false.
I need to do another good look over my code, but I believe that is a typo and it should have been "pll_freq". Thanks for bringing this to my attention.
Please look at line 138 at si5351.c: if(pll_calc == 0) Why does it evaluate function pointer here? The result will always be false.