Skip to content
New issue

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

drivers: bms_ic: change return value for bms_ic_configure #51

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

martinjaeger
Copy link
Member

Not all BMS ICs support all CONF_ values, which made the call to bms_ic_configure fail in the generic BMS main application.

With this API change it is left to the application to judge if the configuration call is considered successful or not.

@martinjaeger martinjaeger requested a review from pasrom February 4, 2024 19:32
drivers/bms_ic/bq769x2/bq769x2.c Outdated Show resolved Hide resolved
Not all BMS ICs support all CONF_ values, which made the call to
bms_ic_configure fail in the generic BMS main application.

With this API change it is left to the application to judge if the
configuration call is considered successful or not.
@martinjaeger martinjaeger force-pushed the bms-ic-configure-return-value branch from 0af6e8c to 3e18d7a Compare February 5, 2024 09:32
@martinjaeger martinjaeger merged commit 3e18d7a into main Feb 6, 2024
2 checks passed
@martinjaeger martinjaeger deleted the bms-ic-configure-return-value branch February 6, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants