summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_descriptor.h
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2021-01-01 05:09:50 +1100
committerfauxpark <fauxpark@gmail.com>2021-01-01 05:09:50 +1100
commite3da93e65812e0beaa530f6c8d9931add44d2c02 (patch)
treed5e68477c43e0b60b41486ebcefbb2697b10212c /tmk_core/protocol/usb_descriptor.h
parentda8423ca97170088991459f39a7d2a94de53fda9 (diff)
parent53e9213a2255cebf9ec2c3f8302241ede8d16f07 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'tmk_core/protocol/usb_descriptor.h')
-rw-r--r--tmk_core/protocol/usb_descriptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmk_core/protocol/usb_descriptor.h b/tmk_core/protocol/usb_descriptor.h
index 4c6728ebb9..867e549b4f 100644
--- a/tmk_core/protocol/usb_descriptor.h
+++ b/tmk_core/protocol/usb_descriptor.h
@@ -208,7 +208,7 @@ enum usb_endpoints {
# if STM32_USB_USE_OTG1
# define RAW_OUT_EPNUM RAW_IN_EPNUM
# else
- RAW_OUT_EPNUM = NEXT_EPNUM,
+ RAW_OUT_EPNUM = NEXT_EPNUM,
# endif
#endif
@@ -248,7 +248,7 @@ enum usb_endpoints {
# if STM32_USB_USE_OTG1
# define CDC_OUT_EPNUM CDC_IN_EPNUM
# else
- CDC_OUT_EPNUM = NEXT_EPNUM,
+ CDC_OUT_EPNUM = NEXT_EPNUM,
# endif
#endif
#ifdef JOYSTICK_ENABLE
@@ -256,7 +256,7 @@ enum usb_endpoints {
# if STM32_USB_USE_OTG1
JOYSTICK_OUT_EPNUM = JOYSTICK_IN_EPNUM,
# else
- JOYSTICK_OUT_EPNUM = NEXT_EPNUM,
+ JOYSTICK_OUT_EPNUM = NEXT_EPNUM,
# endif
#endif
};