Browse Source

Remove useless wait in AVR suspend code (#11352)

pull/11355/head 0.11.30
Ryan 3 years ago
committed by GitHub
parent
commit
411b92e206
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      tmk_core/common/avr/suspend.c

+ 0
- 3
tmk_core/common/avr/suspend.c View File

@ -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();


Loading…
Cancel
Save