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

trivial: use core WFI rather than example specific wfi #54

Open
karlp opened this issue Feb 13, 2014 · 1 comment
Open

trivial: use core WFI rather than example specific wfi #54

karlp opened this issue Feb 13, 2014 · 1 comment

Comments

@karlp
Copy link
Member

karlp commented Feb 13, 2014

examples/stm32/l1/stm32l-discovery/button-irq-printf-lowpower/main.c uses it's own __WFI() cmsis style operation, instead of the one in cm3.h... double check it works and replace it

@BuFran
Copy link
Member

BuFran commented Feb 13, 2014

Isn't the __WFI() macro an compiler builtin ? Double underscores are reserved for compiler and __NOP() exists in the compiler :-)

@karlp karlp changed the title trivial: user core WFI rather than example specific wfi trivial: use core WFI rather than example specific wfi Aug 31, 2015
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