]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - USB/pjrc/usb_com.c
Debugging kishsaver.
[kiibohd-controller.git] / USB / pjrc / usb_com.c
index eaac9c95a0d86c53afbcd764169740ead4055a15..dad641df719c7affec1c739005e5ef0f05c29e47 100644 (file)
@@ -83,7 +83,7 @@ inline void usb_setup(void)
 
        // Wait an extra second for the PC's operating system to load drivers
        // and do whatever it does to actually be ready for input
-       _delay_ms(1000);
+       //_delay_ms(1000); // TODO
 }