diff options
author | fauxpark <fauxpark@gmail.com> | 2021-01-01 05:09:50 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2021-01-01 05:09:50 +1100 |
commit | e3da93e65812e0beaa530f6c8d9931add44d2c02 (patch) | |
tree | d5e68477c43e0b60b41486ebcefbb2697b10212c /tmk_core/protocol/arm_atsam | |
parent | da8423ca97170088991459f39a7d2a94de53fda9 (diff) | |
parent | 53e9213a2255cebf9ec2c3f8302241ede8d16f07 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'tmk_core/protocol/arm_atsam')
-rw-r--r-- | tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c b/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c index 814389b6e7..3c1c9a7926 100644 --- a/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c +++ b/tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c @@ -83,7 +83,7 @@ UDC_DESC_STORAGE usb_dev_desc_t udc_device_desc = {.bLength = sizeof(usb #ifdef USB_DEVICE_PRODUCT_NAME .iProduct = 2, #else - .iProduct = 0, // No product string + .iProduct = 0, // No product string #endif #if (defined USB_DEVICE_SERIAL_NAME || defined USB_DEVICE_GET_SERIAL_NAME_POINTER) .iSerialNumber = 3, |