diff options
Diffstat (limited to 'tmk_core/common/suspend.h')
-rw-r--r-- | tmk_core/common/suspend.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmk_core/common/suspend.h b/tmk_core/common/suspend.h index c3e444708..87f5025da 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | #include <stdbool.h> | 5 | #include <stdbool.h> |
6 | 6 | ||
7 | |||
8 | void suspend_idle(uint8_t timeout); | 7 | void suspend_idle(uint8_t timeout); |
9 | void suspend_power_down(void); | 8 | void suspend_power_down(void); |
10 | bool suspend_wakeup_condition(void); | 9 | bool suspend_wakeup_condition(void); |
@@ -12,7 +11,7 @@ void suspend_wakeup_init(void); | |||
12 | 11 | ||
13 | void suspend_wakeup_init_user(void); | 12 | void suspend_wakeup_init_user(void); |
14 | void suspend_wakeup_init_kb(void); | 13 | void suspend_wakeup_init_kb(void); |
15 | void suspend_power_down_user (void); | 14 | void suspend_power_down_user(void); |
16 | void suspend_power_down_kb(void); | 15 | void suspend_power_down_kb(void); |
17 | 16 | ||
18 | #endif | 17 | #endif |