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

fix against pollution of REGOUT0 reserved bits #186

Merged
merged 1 commit into from
Feb 1, 2021
Merged

fix against pollution of REGOUT0 reserved bits #186

merged 1 commit into from
Feb 1, 2021

Conversation

lyusupov
Copy link
Contributor

@lyusupov lyusupov commented Jan 30, 2021

When UICR_REGOUT0_VALUE macro is set to


#define UICR_REGOUT0_VALUE UICR_REGOUT0_VOUT_3V3

as suggested by author of #177 - the REGOUT0 new value becomes 0x00000005 instead of 0xFFFFFFFD.

This PR is intended to fix the issue.

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look great, thank you for your PR.

@hathach hathach merged commit 4ba802d into adafruit:master Feb 1, 2021
@lyusupov lyusupov deleted the REGOUT0 branch February 1, 2021 16:30
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.

None yet

2 participants