Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is speci...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 6 Mar 2012 14:50:59 +0000 (14:50 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 6 Mar 2012 14:50:59 +0000 (14:50 +0000)
LUFA/DoxygenPages/ChangeLog.txt
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h

index 36954c2..d806c6e 100644 (file)
@@ -23,6 +23,7 @@
   *  - Core:
   *   - Fixed possible enumeration error if the user application selects a pipe other than the default Control pipe between the Powered and Default states of
   *     the host state machine
+  *   - Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid)
   *  - Library Applications:
   *   - None
   *
index c4dfab3..871a0ca 100644 (file)
                                 *  using the user application's preferred USB controller driver.
                                 */
                                void USB_GEN_vect(void);
+                       #else
+                               ISR(USB_GEN_vect);
                        #endif
 
        /* Disable C linkage for C++ Compilers: */