Remove unused idleRate members.

This commit is contained in:
László Monda
2016-03-02 16:16:17 +01:00
parent ee484d6b47
commit 286c16c627
3 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
typedef struct usb_device_hid_mouse_struct {
uint8_t buffer[USB_MOUSE_REPORT_LENGTH];
uint8_t idleRate;
} usb_device_hid_mouse_struct_t;
typedef struct usb_device_wheeled_mouse_struct {