aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/common/chibios/suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/chibios/suspend.c b/tmk_core/common/chibios/suspend.c
index 4a119ccef..6027d69b7 100644
--- a/tmk_core/common/chibios/suspend.c
+++ b/tmk_core/common/chibios/suspend.c
@@ -82,7 +82,7 @@ void suspend_wakeup_init_user(void) { }
82 */ 82 */
83__attribute__ ((weak)) 83__attribute__ ((weak))
84void suspend_wakeup_init_kb(void) { 84void suspend_wakeup_init_kb(void) {
85 suspend_power_down_user(); 85 suspend_wakeup_init_user();
86} 86}
87 87
88/** \brief suspend wakeup condition 88/** \brief suspend wakeup condition