summaryrefslogtreecommitdiff
path: root/board/zinger/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/zinger/runtime.c')
-rw-r--r--board/zinger/runtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/zinger/runtime.c b/board/zinger/runtime.c
index 11b1643d30..4c1c928eb7 100644
--- a/board/zinger/runtime.c
+++ b/board/zinger/runtime.c
@@ -180,7 +180,7 @@ uint32_t task_wait_event(int timeout_us)
CPU_SCB_SYSCTRL |= 0x4;
set_rtc_alarm(0, timeout_us - STOP_MODE_LATENCY,
- &rtc0);
+ &rtc0, 0);
asm volatile("wfi");