Explorar el Código

Change debug print config

Jun Wako hace 10 años
padre
commit
27795b6b19
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      converter/usb_usb/main.cpp

+ 2 - 0
converter/usb_usb/main.cpp

@@ -72,9 +72,11 @@ int main(void)
     LED_TX_ON;
 
     debug_enable = true;
+/*
     debug_matrix = true;
     debug_keyboard = true;
     debug_mouse = true;
+*/
 
     host_set_driver(&lufa_driver);
     keyboard_init();