summaryrefslogtreecommitdiffstats
path: root/platforms/suspend.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-01-26 22:57:28 +0000
committerGitHub <noreply@github.com>2022-01-26 14:57:28 -0800
commit6a9ec74b329e458c32db4a2e3a3e0478ac8e72b5 (patch)
tree7e1893eb81676be8712a09944411b087de97f150 /platforms/suspend.h
parent9e5f8983ec6f8ed549cdafe6b0178074e51bd938 (diff)
Remove unused suspend_idle (#16063)
Diffstat (limited to 'platforms/suspend.h')
-rw-r--r--platforms/suspend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platforms/suspend.h b/platforms/suspend.h
index 081735f90e..e4f7f39ddb 100644
--- a/platforms/suspend.h
+++ b/platforms/suspend.h
@@ -3,7 +3,6 @@
#include <stdint.h>
#include <stdbool.h>
-void suspend_idle(uint8_t timeout);
void suspend_power_down(void);
bool suspend_wakeup_condition(void);
void suspend_wakeup_init(void);