summaryrefslogtreecommitdiff
path: root/tmk_core/common
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-30 20:58:57 +1100
committerDrashna Jael're <drashna@live.com>2021-01-12 22:46:12 -0800
commitbc0f45f9fdb1d06cce319b62095e695f2fe60c7a (patch)
treeec72a204c296da1a9be862712d816c969e029d21 /tmk_core/common
parent4a5b99e756519d1b5c8cb476d64788e650ce3871 (diff)
Remove useless wait in AVR suspend code (#11352)
Diffstat (limited to 'tmk_core/common')
-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();