diff options
author | tmk <nobody@nowhere> | 2014-11-20 17:06:46 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-11-20 17:24:56 +0900 |
commit | c2d830c07c823c48a17c214b093ec1bab989fb6a (patch) | |
tree | 388b86cd7bfbf3b78528a498c8e3f39a20fc778f /common/suspend.h | |
parent | 6c06b9031fd09479d552f9750a3b1cfe259678fd (diff) |
USB initialize when plug-in during battery powered
Diffstat (limited to 'common/suspend.h')
-rw-r--r-- | common/suspend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/suspend.h b/common/suspend.h index 9b76f280d1..f339c670ac 100644 --- a/common/suspend.h +++ b/common/suspend.h @@ -5,7 +5,8 @@ #include <stdbool.h> -void suspend_power_down(void); +void suspend_idle(uint8_t timeout); +void suspend_power_down(uint8_t timeout); bool suspend_wakeup_condition(void); void suspend_wakeup_init(void); |