-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix warnings #76
Fix warnings #76
Conversation
@usbalbin this review partially outdated, please update if you have some ability. |
@amcelroy , Is this function supposed to be public or is it just left as a "good to have" for features to be added later? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@usbalbin please mark comments as resolved (button Resolve conversation
) if you fix it, it make clear that exactly changed.
It is meant to be used if someone needs it, it just isn't used for now. I did use it to test changing the flash from single to dual block, but didn't end up needing to do that. |
|
||
[[example]] | ||
name = "flash_with_rtic" | ||
required-features = ["stm32g474"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is how something like this is best done...
Edit: Clarification, example/flash_with_rtic is made just for stm32g474
Fix clippy warnings