Fix broken XMEGA USB support.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / UC3 / Device_UC3.h
index 86583d8..60a1e27 100644 (file)
                                AVR32_USBB.UDCON.uadd  = Address;
                        }
 
-                       static inline void USB_Device_EnableDeviceAddress(void) ATTR_ALWAYS_INLINE;
-                       static inline void USB_Device_EnableDeviceAddress(void)
+                       static inline void USB_Device_EnableDeviceAddress(const uint8_t Address) ATTR_ALWAYS_INLINE;
+                       static inline void USB_Device_EnableDeviceAddress(const uint8_t Address)
                        {
                                AVR32_USBB.UDCON.adden = true;
                        }