diff options
Diffstat (limited to 'tmk_core/common/mbed/suspend.c')
-rw-r--r-- | tmk_core/common/mbed/suspend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/mbed/suspend.c b/tmk_core/common/mbed/suspend.c index 32651574f..3d0554f87 100644 --- a/tmk_core/common/mbed/suspend.c +++ b/tmk_core/common/mbed/suspend.c | |||
@@ -1,6 +1,5 @@ | |||
1 | #include <stdbool.h> | 1 | #include <stdbool.h> |
2 | 2 | ||
3 | |||
4 | void suspend_power_down(void) {} | 3 | void suspend_power_down(void) {} |
5 | bool suspend_wakeup_condition(void) { return true; } | 4 | bool suspend_wakeup_condition(void) { return true; } |
6 | void suspend_wakeup_init(void) {} | 5 | void suspend_wakeup_init(void) {} |