diff options
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 f339c670a..80617a824 100644 --- a/common/suspend.h +++ b/common/suspend.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | void suspend_idle(uint8_t timeout); | 8 | void suspend_idle(uint8_t timeout); |
| 9 | void suspend_power_down(uint8_t timeout); | 9 | void suspend_power_down(void); |
| 10 | bool suspend_wakeup_condition(void); | 10 | bool suspend_wakeup_condition(void); |
| 11 | void suspend_wakeup_init(void); | 11 | void suspend_wakeup_init(void); |
| 12 | 12 | ||
