summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/arm_atsam/usb
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-12-31 16:50:32 +0000
committerGitHub <noreply@github.com>2021-01-01 03:50:32 +1100
commita68d289fa58210fc26c6eba9ff4832d39473c71d (patch)
tree8a1e28b72ecdc20a0224dc65f2aacbb1f4859782 /tmk_core/protocol/arm_atsam/usb
parent4ef4347543da5dcd93f342b2728840c6e0407906 (diff)
Manually run formatting CI process (#11375)
Diffstat (limited to 'tmk_core/protocol/arm_atsam/usb')
-rw-r--r--tmk_core/protocol/arm_atsam/usb/udi_hid_kbd_desc.c2
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,