Skip to content

Commit

Permalink
Merge pull request #28 from zsa/fix/wake_on_chibos
Browse files Browse the repository at this point in the history
Fix wakeup function on ChibiOS
  • Loading branch information
fdidron authored Apr 30, 2019
2 parents c941ef0 + cc1e4cd commit edf5c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common/chibios/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edf5c53

Please sign in to comment.