~ruther/qmk_firmware

411b92e206746faa0b2264a155d5c9a64cf38a37 — Ryan 4 years ago 1aa8a3b
Remove useless wait in AVR suspend code (#11352)

1 files changed, 0 insertions(+), 3 deletions(-)

M tmk_core/common/avr/suspend.c
M tmk_core/common/avr/suspend.c => tmk_core/common/avr/suspend.c +0 -3
@@ 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();