Read the hardware configuration area and the user configuration area of the EEPROM into the RAM and try to apply it.
This commit is contained in:
@@ -60,7 +60,7 @@ usb_status_t UsbGenericHidCallback(class_handle_t handle, uint32_t event, void *
|
||||
case kUSB_DeviceHidEventSendResponse:
|
||||
break;
|
||||
case kUSB_DeviceHidEventRecvResponse:
|
||||
usbProtocolHandler();
|
||||
UsbProtocolHandler();
|
||||
|
||||
USB_DeviceHidSend(UsbCompositeDevice.genericHidHandle,
|
||||
USB_GENERIC_HID_ENDPOINT_IN_INDEX,
|
||||
|
||||
Reference in New Issue
Block a user