Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configurati...
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3 / USBInterrupt_UC3.h
index 37059c1..c4dfab3 100644 (file)
        #endif
 
        /* Public Interface - May be used in end-application: */
-               /* ISR Prototypes: */
+               /* Function Prototypes: */
                        #if defined(__DOXYGEN__)
                                /** Interrupt service routine handler for the USB controller ISR group. This interrupt routine <b>must</b> be
                                 *  linked to the entire USB controller ISR vector group inside the AVR32's interrupt controller peripheral,
                                 *  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: */