mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #5085 from DipSwitch/pr/fix_arm_wait_for_event
cpu/cortexm_common: Fix cpu_sleep_until_event()
This commit is contained in:
commit
91904a469c
@ -76,7 +76,6 @@ static inline void cpu_print_last_instruction(void)
|
||||
*/
|
||||
static inline void cpu_sleep_until_event(void)
|
||||
{
|
||||
__SEV();
|
||||
__WFE();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user