This change includes an update on the frequency value being set by the set_frequency() function. The fix was made due to the issue produced by the previous value, 3000000000, which is "No such device" error. Also, any value close to 3000000000 and higher causes this error. The value being set now is 2100000000.
PR Type
[x] Bug fix (a change that fixes an issue)
[ ] New feature (a change that adds new functionality)
[ ] Breaking change (a change that affects other repos or cause CIs to fail)
PR Checklist
[ ] I have followed the coding standards and guidelines
[ ] I have conducted a self-review of my own code changes
[ ] I have commented new code, particulary complex or unclear areas
[ ] I have built libad9166-iio and check no new warnings/errors were introduced
[ ] I have checked that my changes did not broke components that use libad9361-iio as dependency
[ ] I have updated the documentation accordingly (GitHub Pages, READMEs, etc)
PR Description
This change includes an update on the frequency value being set by the set_frequency() function. The fix was made due to the issue produced by the previous value, 3000000000, which is "No such device" error. Also, any value close to 3000000000 and higher causes this error. The value being set now is 2100000000.
PR Type
PR Checklist