diff options
Diffstat (limited to 'platforms/chibios/suspend.c')
| -rw-r--r-- | platforms/chibios/suspend.c | 9 | 
1 files changed, 0 insertions, 9 deletions
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  | 
