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 c3e4447085..87f5025da7 100644 --- a/tmk_core/common/suspend.h +++ b/tmk_core/common/suspend.h @@ -4,7 +4,6 @@ #include <stdint.h> #include <stdbool.h> - void suspend_idle(uint8_t timeout); void suspend_power_down(void); bool suspend_wakeup_condition(void); @@ -12,7 +11,7 @@ void suspend_wakeup_init(void); void suspend_wakeup_init_user(void); void suspend_wakeup_init_kb(void); -void suspend_power_down_user (void); +void suspend_power_down_user(void); void suspend_power_down_kb(void); #endif |