summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-30 20:58:57 +1100
committerGitHub <noreply@github.com>2020-12-30 20:58:57 +1100
commit411b92e206746faa0b2264a155d5c9a64cf38a37 (patch)
treeb71689bc9a363e0d8337733be515abb753cce65a
parent1aa8a3b4243ad3b2bdeea535dba3980c779171ea (diff)
Remove useless wait in AVR suspend code (#11352)0.11.30
-rw-r--r--tmk_core/common/avr/suspend.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index 11ac146eb8..aa0d42680a 100644
--- a/tmk_core/common/avr/suspend.c
+++ b/tmk_core/common/avr/suspend.c
@@ -179,9 +179,6 @@ void suspend_wakeup_init(void) {
#if defined(RGBLIGHT_SLEEP) && defined(RGBLIGHT_ENABLE)
is_suspended = false;
if (rgblight_enabled) {
-# ifdef BOOTLOADER_TEENSY
- wait_ms(10);
-# endif
rgblight_enable_noeeprom();
}
rgblight_timer_enable();