From 6a9ec74b329e458c32db4a2e3a3e0478ac8e72b5 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 26 Jan 2022 22:57:28 +0000 Subject: Remove unused suspend_idle (#16063) --- platforms/chibios/suspend.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'platforms/chibios') diff --git a/platforms/chibios/suspend.c b/platforms/chibios/suspend.c index 9310a99920..d10ddf4501 100644 --- a/platforms/chibios/suspend.c +++ b/platforms/chibios/suspend.c @@ -13,15 +13,6 @@ #include "led.h" #include "wait.h" -/** \brief suspend idle - * - * FIXME: needs doc - */ -void suspend_idle(uint8_t time) { - // TODO: this is not used anywhere - what units is 'time' in? - wait_ms(time); -} - /** \brief suspend power down * * FIXME: needs doc -- cgit v1.2.3