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

Suggestions: small cleanup #83

Open
Vadiml1024 opened this issue Nov 18, 2024 · 1 comment
Open

Suggestions: small cleanup #83

Vadiml1024 opened this issue Nov 18, 2024 · 1 comment

Comments

@Vadiml1024
Copy link

Vadiml1024 commented Nov 18, 2024

ic_conf->vregs_enable |= BIT(1);

ic_conf->vregs_enable |= BIT(2);

This is probably not needed

@martinjaeger
Copy link
Member

True. It's a leftover from the same refactoring as the other bug you found. We used to have a cached (actual) config and the desired config provided as a parameter. Will provide a fix soon.

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

No branches or pull requests

2 participants