diff options
| author | Joel Challis | 2024-01-09 15:01:34 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-09 15:01:34 +0100 |
| commit | b6b3efc14b21117d13ae33a2eda96c5647817d5b (patch) | |
| tree | a9c686de2276c3980dec5d8afc499a4ea515da95 /tmk_core/protocol/vusb/vusb.h | |
| parent | ccec4867c80d25548871e2534d2ca6205891824a (diff) | |
Remove console out endpoint (#22304)
Diffstat (limited to 'tmk_core/protocol/vusb/vusb.h')
| -rw-r--r-- | tmk_core/protocol/vusb/vusb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/vusb/vusb.h b/tmk_core/protocol/vusb/vusb.h index ae17e5e014..4750e95bf2 100644 --- a/tmk_core/protocol/vusb/vusb.h +++ b/tmk_core/protocol/vusb/vusb.h @@ -114,7 +114,6 @@ typedef struct usbConfigurationDescriptor { usbInterfaceDescriptor_t consoleInterface; usbHIDDescriptor_t consoleHID; usbEndpointDescriptor_t consoleINEndpoint; - usbEndpointDescriptor_t consoleOUTEndpoint; #endif } __attribute__((packed)) usbConfigurationDescriptor_t; |