Fix broken XMEGA USB support.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 / Device_AVR8.h
index 7874690..a2a2ddf 100644 (file)
                                UDADDR = (UDADDR & (1 << ADDEN)) | (Address & 0x7F);
                        }
 
-                       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)
                        {
                                  UDADDR |= (1 << ADDEN);
                        }