Skip to content

Commit

Permalink
Remove useless wait in AVR suspend code (#11352)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Dec 30, 2020
1 parent 1aa8a3b commit 411b92e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tmk_core/common/avr/suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 411b92e

Please sign in to comment.