Fix wakeup function on ChibiOS

Somebody was a very, very bad boy, and did a poor job of copy-pasting
pull/5990/head
Drashna Jaelre 6 years ago committed by GitHub
parent b71e3e80c6
commit cc1e4cde13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save