Remove the unused USB_DeviceSetSpeed() function.

This commit is contained in:
László Monda
2016-02-24 20:20:38 +01:00
parent 9031c34bb9
commit e8d7341e5a
2 changed files with 0 additions and 75 deletions

View File

@@ -66,8 +66,6 @@
/* Function prototypes: */
extern usb_status_t USB_DeviceSetSpeed(usb_device_handle handle, uint8_t speed);
usb_status_t USB_DeviceGetDeviceDescriptor(
usb_device_handle handle, usb_device_get_device_descriptor_struct_t *deviceDescriptor);