forked from mirror/qmk_firmware
Suppress unused function parameter warnings in the USB driver.
This commit is contained in:
@@ -214,6 +214,8 @@
|
||||
static inline void USB_Device_EnableDeviceAddress(const uint8_t Address) ATTR_ALWAYS_INLINE;
|
||||
static inline void USB_Device_EnableDeviceAddress(const uint8_t Address)
|
||||
{
|
||||
(void)Address;
|
||||
|
||||
AVR32_USBB.UDCON.adden = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user