Procházet zdrojové kódy

Remove force of debug on within rgblight - causes lockups waiting for hid_listen (#7330)

Joel Challis před 6 roky
rodič
revize
f48986dda2
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      quantum/rgblight.c

+ 0 - 1
quantum/rgblight.c

@@ -189,7 +189,6 @@ void rgblight_init(void) {
         return;
         return;
     }
     }
 
 
-    debug_enable = 1;  // Debug ON!
     dprintf("rgblight_init called.\n");
     dprintf("rgblight_init called.\n");
     dprintf("rgblight_init start!\n");
     dprintf("rgblight_init start!\n");
     if (!eeconfig_is_enabled()) {
     if (!eeconfig_is_enabled()) {