diff options
author | tmk <hasu@tmk-kbd.com> | 2014-11-26 11:25:45 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-01-15 17:08:48 +0900 |
commit | 05795cb0034e885bec37f782cfc6bddcae262637 (patch) | |
tree | 8dffd6f416da650e31c8a509d830415dc22cae52 /common/suspend.h | |
parent | 10a6b2c7d8bc9c5d2657acdeefa1102be5035280 (diff) |
Compensate timer during prower down
Diffstat (limited to 'common/suspend.h')
-rw-r--r-- | common/suspend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/suspend.h b/common/suspend.h index f339c670ac..80617a8244 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); |