diff options
author | Joel Challis <git@zvecr.com> | 2020-12-31 16:50:32 +0000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-01-12 22:46:12 -0800 |
commit | 42eba5551409fbdb44f3d679acd4a0e8d24c288b (patch) | |
tree | 01edbb9dc73b5f7cfa9ac9abe1aa4cdc1912cffb /tmk_core/protocol/arm_atsam | |
parent | 2ca376f6d685fa30dbcb03a2dceca59bcf9b026e (diff) |
Manually run formatting CI process (#11375)
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, |