summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-04-30 15:11:26 +0900
committerGitHub <noreply@github.com>2019-04-30 15:11:26 +0900
commitedf5c533d673b1e764fc6bf5576b302860bd8879 (patch)
treea5909c3cfdfd377b128164dfaa4259b84cb7098d /tmk_core
parentc941ef0f0993a3fcb63e6d42e926bb8bd1f1a81f (diff)
parentcc1e4cde137beaa424fc1680b2f39d664b85393e (diff)
Merge pull request #28 from zsa/fix/wake_on_chibos
Fix wakeup function on ChibiOS
Diffstat (limited to 'tmk_core')
-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 4a119ccefe..6027d69b78 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) { }
*/
__attribute__ ((weak))
void suspend_wakeup_init_kb(void) {
- suspend_power_down_user();
+ suspend_wakeup_init_user();
}
/** \brief suspend wakeup condition