1
0
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:
Hauke Petersen 2016-03-16 10:15:52 +01:00
commit 91904a469c

View File

@ -76,7 +76,6 @@ static inline void cpu_print_last_instruction(void)
*/
static inline void cpu_sleep_until_event(void)
{
__SEV();
__WFE();
}