Fixed DFU class bootloader not resetting the LED pins as high impedance inputs when...
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.c
index c8ade7d..f4a2d6c 100644 (file)
@@ -101,7 +101,7 @@ static void SetupHardware(void)
        MCUCR = (1 << IVCE);
        MCUCR = (1 << IVSEL);
 
-       /* Initialize USB Subsystem */
+       /* Initialize the USB and other board hardware drivers */
        USB_Init();
        LEDs_Init();