We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/arduino-libraries/Arduino_BQ24195/blob/c7cb8e8b5e8c0a9d7b5dcac8e544ea127856b237/src/BQ24195.cpp#L363C9-L363C40
In the case of setting a value e.g. larger than 3.0f, the variable current_val is written 7 times. Reordering the comparison should be considered.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/arduino-libraries/Arduino_BQ24195/blob/c7cb8e8b5e8c0a9d7b5dcac8e544ea127856b237/src/BQ24195.cpp#L363C9-L363C40
In the case of setting a value e.g. larger than 3.0f, the variable current_val is written 7 times. Reordering the comparison should be considered.
The text was updated successfully, but these errors were encountered: