]> git.gir.st - tmk_keyboard.git/blob - tmk_core/common/mbed/suspend.c
Merge commit '22b6e15a179031afb7c3534cf7b109b0668b602c'
[tmk_keyboard.git] / tmk_core / common / mbed / suspend.c
1 #include <stdbool.h>
2
3
4 void suspend_power_down(void) {}
5 bool suspend_wakeup_condition(void) { return true; }
6 void suspend_wakeup_init(void) {}
Imprint / Impressum