aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/avr
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/avr')
-rw-r--r--tmk_core/common/avr/suspend.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index 22c402b02..caf0b0625 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)
69backlight_set(0); 69backlight_set(0);
70#endif 70#endif
71 71
72 led_off();
73
74 // TODO: more power saving 72 // TODO: more power saving
75 // See PicoPower application note 73 // See PicoPower application note
76 // - I/O port input with pullup 74 // - I/O port input with pullup