Skip to content

Fix typo in samd51 clock init which was preventing XOSC1K from being used in RTCCTRL #278

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

Merged
merged 2 commits into from
Nov 15, 2022

Conversation

rlcamp
Copy link

@rlcamp rlcamp commented Dec 27, 2020

Previously, the OSC32KCTRL_XOSC32K_EN32K bit was enabled twice and the OSC32KCTRL_XOSC32K_EN1K bit was missing, which looks like an obvious typo. Fixing this allows XOSC1K to be properly used in RTCCTRL.

@rlcamp rlcamp changed the title Fix typo in samd51 clock init Fix typo in samd51 clock init which was preventing XOSC1K from being used in RTCCTRL Dec 27, 2020
@drewfish
Copy link

I had noticed this too, and also assumed that the intent was EN1K.

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.

great, thank you. You got an eagle eye 👍

@hathach hathach merged commit 0fd44a5 into adafruit:master Nov 15, 2022
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.

3 participants