Rename Usb*SetConfigure() to Usb*SetConfiguration()

This commit is contained in:
László Monda
2016-02-29 15:43:37 +01:00
parent 933acd4361
commit 44234f15ca
7 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ usb_status_t UsbGenericHidCallback(class_handle_t handle, uint32_t event, void *
return error;
}
usb_status_t UsbGenericHidSetConfigure(class_handle_t handle, uint8_t configuration)
usb_status_t UsbGenericHidSetConfiguration(class_handle_t handle, uint8_t configuration)
{
if (USB_COMPOSITE_CONFIGURATION_INDEX == configuration) {
return USB_DeviceHidRecv(