Skip to content

Commit

Permalink
Fix for ch9 USB30CV Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmuckal authored and Gentoli committed Jul 23, 2020
1 parent e22bc25 commit b5a9a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ UDC_DESC_STORAGE udc_desc_t udc_desc = {
.conf.bNumInterfaces = USB_DEVICE_NB_INTERFACE,
.conf.bConfigurationValue = 1,
.conf.iConfiguration = 0,
.conf.bmAttributes = /* USB_CONFIG_ATTR_MUST_SET | */ USB_DEVICE_ATTR,
.conf.bmAttributes = USB_CONFIG_ATTR_MUST_SET | USB_DEVICE_ATTR,
.conf.bMaxPower = USB_CONFIG_MAX_POWER(USB_DEVICE_POWER),
#ifdef KBD
.hid_kbd = UDI_HID_KBD_DESC,
Expand Down

0 comments on commit b5a9a23

Please sign in to comment.