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

Integrate bms_ic device into bms_context #52

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

martinjaeger
Copy link
Member

Previously, both the bms_ic and the bms_context had to be shared between different files, even though the bms_ic dev logically belongs to the bms_context.

This commit adds a const struct device *ic_dev to the bms_context, solving the issue.

Previously, both the bms_ic and the bms_context had to be shared
between different files, even though the bms_ic dev logically
belongs to the bms_context.

This commit adds a const struct device *ic_dev to the bms_context,
solving the issue.
@martinjaeger martinjaeger requested a review from pasrom February 6, 2024 07:20
@martinjaeger
Copy link
Member Author

Thanks for the very quick review! This was my last clean-up for now.

@martinjaeger martinjaeger merged commit aa2203a into main Feb 6, 2024
2 checks passed
@martinjaeger martinjaeger deleted the bms-ic-in-bms-context branch February 6, 2024 07:42
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