summaryrefslogtreecommitdiff
path: root/common/mbed/suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mbed/suspend.c')
-rw-r--r--common/mbed/suspend.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/mbed/suspend.c b/common/mbed/suspend.c
deleted file mode 100644
index 32651574f..000000000
--- a/common/mbed/suspend.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdbool.h>
-
-
-void suspend_power_down(void) {}
-bool suspend_wakeup_condition(void) { return true; }
-void suspend_wakeup_init(void) {}