myriadrf / libxtrx

High-level XTRX API library
Apache License 2.0
28 stars 27 forks source link

Fix SoapySDR division by zero issue on frequency set before samplerate #16

Open bkerler opened 5 years ago

bkerler commented 5 years ago

This fix addresses the issue if frequency is set before samplerate, resulting in fref to be zero, thus the application will crash due to division by zero in liblms7002m.c, function lms7_pll_calc.