aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe/Descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Magstripe/Descriptors.h')
-rw-r--r--Projects/Magstripe/Descriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/Magstripe/Descriptors.h b/Projects/Magstripe/Descriptors.h
index 6dbdd2584..88eaf33d0 100644
--- a/Projects/Magstripe/Descriptors.h
+++ b/Projects/Magstripe/Descriptors.h
@@ -51,9 +51,9 @@
typedef struct
{
USB_Descriptor_Configuration_Header_t Config; /**< Configuration descriptor header structure */
- USB_Descriptor_Interface_t Interface; /**< Keyboard interface descriptor */
- USB_HID_Descriptor_t KeyboardHID; /**< Keyboard HID descriptor */
- USB_Descriptor_Endpoint_t KeyboardEndpoint; /**< Keyboard key report endpoint descriptor */
+ USB_Descriptor_Interface_t HID_Interface; /**< Keyboard interface descriptor */
+ USB_HID_Descriptor_t HID_KeyboardHID; /**< Keyboard HID descriptor */
+ USB_Descriptor_Endpoint_t HID_ReportINEndpoint; /**< Keyboard key report endpoint descriptor */
} USB_Descriptor_Configuration_t;
/* Macros: */