Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
This commit is contained in:
6
tmk_core/common/mbed/suspend.c
Normal file
6
tmk_core/common/mbed/suspend.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
void suspend_power_down(void) {}
|
||||
bool suspend_wakeup_condition(void) { return true; }
|
||||
void suspend_wakeup_init(void) {}
|
Reference in New Issue
Block a user