Remove unused idleRate members.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user