Replace USB_*_HID_CLASS with USB_CLASS_HID

This commit is contained in:
László Monda
2016-03-03 21:17:11 +01:00
parent 7b04084f46
commit 55e5643bf0
8 changed files with 7 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ static usb_device_interface_struct_t UsbGenericHidInterface[] = {{
}};
static usb_device_interfaces_struct_t UsbGenericHidInterfaces[USB_GENERIC_HID_INTERFACE_COUNT] = {{
USB_GENERIC_HID_CLASS,
USB_CLASS_HID,
USB_GENERIC_HID_SUBCLASS,
USB_GENERIC_HID_PROTOCOL,
USB_GENERIC_HID_INTERFACE_INDEX,