summaryrefslogtreecommitdiff
path: root/common/suspend.h
diff options
context:
space:
mode:
authortmk2014-11-26 11:25:45 +0900
committertmk2015-01-15 17:08:48 +0900
commit05795cb0034e885bec37f782cfc6bddcae262637 (patch)
tree8dffd6f416da650e31c8a509d830415dc22cae52 /common/suspend.h
parent10a6b2c7d8bc9c5d2657acdeefa1102be5035280 (diff)
Compensate timer during prower down
Diffstat (limited to 'common/suspend.h')
-rw-r--r--common/suspend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/suspend.h b/common/suspend.h
index f339c670a..80617a824 100644
--- a/common/suspend.h
+++ b/common/suspend.h
@@ -6,7 +6,7 @@
void suspend_idle(uint8_t timeout);
-void suspend_power_down(uint8_t timeout);
+void suspend_power_down(void);
bool suspend_wakeup_condition(void);
void suspend_wakeup_init(void);