summaryrefslogtreecommitdiff
path: root/platforms/arm_atsam
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/arm_atsam
parent9e5f8983ec6f8ed549cdafe6b0178074e51bd938 (diff)
Remove unused suspend_idle (#16063)
Diffstat (limited to 'platforms/arm_atsam')
-rw-r--r--platforms/arm_atsam/suspend.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/platforms/arm_atsam/suspend.c b/platforms/arm_atsam/suspend.c
index e51426128d..73bebc4308 100644
--- a/platforms/arm_atsam/suspend.c
+++ b/platforms/arm_atsam/suspend.c
@@ -3,13 +3,6 @@
#include "md_rgb_matrix.h"
#include "suspend.h"
-/** \brief Suspend idle
- *
- * FIXME: needs doc
- */
-void suspend_idle(uint8_t time) { /* Note: Not used anywhere currently */
-}
-
/** \brief Run user level Power down
*
* FIXME: needs doc