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 typo in sl_sleeptimer_hal_rtc.c #54

Open
wants to merge 1 commit into
base: gsdk_4.3
Choose a base branch
from

Conversation

ByteSnapAnthony
Copy link

sl_sleeptimer_hal_rtc.c incorrectly attempts to use CMU_LFCLKSEL_LFA_LFRCO and CMU_LFCLKSEL_LFA_LFXO macros to determine Power Manager lowest allowed power state in the sli_sleeptimer_set_pm_em_requirement function.

This fails to build on a project targeting an EFM32GG12B110F1024GM64 processor and would likely fail on any other part that has the LFA clock select mask

Corrects LFACLKSEL typo om `sli_sleeptimer_set_pm_em_requirement` function
@lmnotran
Copy link
Collaborator

Hi @ByteSnapAnthony Thanks for submitting this PR. I'll reach out to someone from our platform team to notify them of this finding.

@lmnotran
Copy link
Collaborator

lmnotran commented Aug 11, 2023

@ByteSnapAnthony Thanks again for finding this. It's on the platform team's radar now and should be fixed in an upcoming patch release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants