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

@@ -11,7 +11,6 @@
typedef struct _usb_device_generic_hid_struct {
uint32_t buffer[2][USB_GENERIC_HID_IN_BUFFER_LENGTH >> 2];
uint8_t bufferIndex;
uint8_t idleRate;
} usb_device_generic_hid_struct_t;
// Functions:

View File

@@ -9,7 +9,6 @@
typedef struct _usb_device_hid_keyboard_struct {
uint8_t buffer[USB_KEYBOARD_REPORT_LENGTH];
uint8_t idleRate;
} usb_device_hid_keyboard_struct_t;
// Functions:

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 {