Porting updates for the UC3B architecture - get UC3B partially enumerating using...
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3B / USBInterrupt_UC3B.h
index ca60e7f..6bc836b 100644 (file)
                        ISR(USB_GEN_vect);\r
                \r
                /* Inline Functions: */\r
-                       static inline void USB_INT_RegisterHandlers(void)\r
-                       {\r
-                               AVR32_INTC.IPR[AVR32_USBB_IRQ % 32].autovector = (uintptr_t)&USB_GEN_vect;                      \r
-                       }\r
-               \r
                        static inline void USB_INT_Enable(const uint8_t Interrupt) ATTR_ALWAYS_INLINE;\r
                        static inline void USB_INT_Enable(const uint8_t Interrupt)\r
                        {                       \r