From c5f90eb99b282c7425e151b82f0ca22969a4a275 Mon Sep 17 00:00:00 2001 From: Peter Eichinger Date: Sun, 24 Jan 2016 11:13:11 +0100 Subject: Remove led_off() it is not used --- tmk_core/common/avr/suspend.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 22c402b025..caf0b06254 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c @@ -69,8 +69,6 @@ static void power_down(uint8_t wdto) backlight_set(0); #endif - led_off(); - // TODO: more power saving // See PicoPower application note // - I/O port input with pullup -- cgit v1.2.3