aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_descriptor.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-06-03 12:36:18 +0000
committerQMK Bot <hello@qmk.fm>2024-06-03 12:36:18 +0000
commitc1c7c4f6e0d116e548fc0265a79dc1934c7050d0 (patch)
tree056c03492887baf1e6bcb3ce7b17eb8c5ebbe512 /tmk_core/protocol/usb_descriptor.c
parent1c536513b33d757d8587f1d3c13ebeb365460b9a (diff)
parent8253697a6389aaec73f85a29dd25247b32389502 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol/usb_descriptor.c')
-rw-r--r--tmk_core/protocol/usb_descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c
index 0e2e63ad8e..7efd085ea3 100644
--- a/tmk_core/protocol/usb_descriptor.c
+++ b/tmk_core/protocol/usb_descriptor.c
@@ -990,7 +990,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
.Attributes = (EP_TYPE_INTERRUPT | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA),
.EndpointSize = JOYSTICK_EPSIZE,
.PollingIntervalMS = USB_POLLING_INTERVAL_MS
- }
+ },
#endif
#if defined(DIGITIZER_ENABLE) && !defined(DIGITIZER_SHARED_EP)