{\r
USB_Descriptor_Configuration_Header_t Config; /**< Configuration descriptor header structure */\r
USB_Descriptor_Interface_t Interface; /**< Keyboard interface descriptor */\r
- USB_Descriptor_HID_t KeyboardHID; /**< Keyboard HID descriptor */\r
+ USB_HID_Descriptor_t KeyboardHID; /**< Keyboard HID descriptor */\r
USB_Descriptor_Endpoint_t KeyboardEndpoint; /**< Keyboard key report endpoint descriptor */\r
} USB_Descriptor_Configuration_t;\r
\r