Преглед на файлове

Remove useless wait in AVR suspend code (#11352)

Ryan преди 4 години
родител
ревизия
411b92e206
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      tmk_core/common/avr/suspend.c

+ 0 - 3
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();