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

@@ -24,7 +24,7 @@ static usb_device_interface_struct_t UsbKeyboardInterface[] = {{
}};
static usb_device_interfaces_struct_t UsbKeyboardInterfaces[USB_KEYBOARD_INTERFACE_COUNT] = {{
USB_KEYBOARD_CLASS,
USB_CLASS_HID,
USB_KEYBOARD_SUBCLASS,
USB_KEYBOARD_PROTOCOL,
USB_KEYBOARD_INTERFACE_INDEX,