Fixed comment

This commit is contained in:
Kristian Sloth Lauszus
2018-06-30 23:23:12 +02:00
parent 8c7eb079ec
commit edf34de4b5
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ usb_status_t UsbGenericHidCallback(class_handle_t handle, uint32_t event, void *
usb_status_t error = kStatus_USB_Error;
switch (event) {
// This report is received when the report has been sent
// This event is received when the report has been sent
case kUSB_DeviceHidEventSendResponse:
if (UsbCompositeDevice.attach) {
error = kStatus_USB_Success;