summaryrefslogtreecommitdiff
path: root/tmk_core/common/mbed/suspend.c
blob: 3d0554f87bd3eae3093bf0b131e2dc59c601308f (plain)
1
2
3
4
5
#include <stdbool.h>

void suspend_power_down(void) {}
bool suspend_wakeup_condition(void) { return true; }
void suspend_wakeup_init(void) {}