Add in USB_INT_RegisterHandlers() internal function to register the interrupt handler...
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / USBInterrupt_AVR8.h
index 6115ec6..14e5c51 100644 (file)
                        };
 
                /* Inline Functions: */
+                       static inline void USB_INT_RegisterHandlers(void)
+                       {
+                               // Not required for AVR8
+                       }
+
                        static inline void USB_INT_Enable(const uint8_t Interrupt) ATTR_ALWAYS_INLINE;
                        static inline void USB_INT_Enable(const uint8_t Interrupt)
                        {