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

@@ -43,7 +43,7 @@ usb_status_t UsbBasicKeyboardCallback(class_handle_t handle, uint32_t event, voi
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:
UsbReportUpdateSemaphore &= ~(1 << USB_BASIC_KEYBOARD_INTERFACE_INDEX);
if (UsbCompositeDevice.attach) {