Ditch USB_*_SUBCLASS and USB_*_PROTOCOL macros in favor of the standard USB_HID_SUBCLASS_* USB_HID_PROTOCOL_* macros.

This commit is contained in:
László Monda
2016-03-03 22:02:28 +01:00
parent 55e5643bf0
commit df63abeb3a
8 changed files with 20 additions and 31 deletions

View File

@@ -3,9 +3,6 @@
// Macros:
#define USB_MOUSE_SUBCLASS 0x01
#define USB_MOUSE_PROTOCOL 0x02
#define USB_MOUSE_INTERFACE_INDEX 2
#define USB_MOUSE_INTERFACE_COUNT 1