Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is speci...
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3 / USBInterrupt_UC3.h
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: */