NT7S / Si5351

Library for the Si5351 clock generator IC in the avr-gcc environment
GNU General Public License v3.0
33 stars 11 forks source link

Function pointer evaluated #1

Open EU1KY opened 9 years ago

EU1KY commented 9 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.

NT7S commented 9 years ago

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.