diff options
| author | Joel Challis | 2022-01-26 23:57:28 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-26 23:57:28 +0100 |
| commit | 6a9ec74b329e458c32db4a2e3a3e0478ac8e72b5 (patch) | |
| tree | 7e1893eb81676be8712a09944411b087de97f150 /platforms/arm_atsam | |
| parent | 9e5f8983ec6f8ed549cdafe6b0178074e51bd938 (diff) | |
Remove unused suspend_idle (#16063)
Diffstat (limited to 'platforms/arm_atsam')
| -rw-r--r-- | platforms/arm_atsam/suspend.c | 7 |
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 |