Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII clone...
[pub/lufa.git] / Projects / AVRISP-MKII / AVRISP-MKII.c
index eaf04cb..236a2a8 100644 (file)
@@ -72,6 +72,11 @@ void SetupHardware(void)
 
        /* Hardware Initialization */
        LEDs_Init();
+       #if defined(RESET_TOGGLES_LIBUSB_COMPAT)
+       UpdateCurrentCompatibilityMode();
+       #endif
+
+       /* USB Stack Initialization */
        USB_Init();
 }