X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/afe6ae14023c7040befe73e49d00077d3425c564..31d8ebebc0796873f7c70db80a04acdcbb307ed8:/Projects/Magstripe/Descriptors.h?ds=sidebyside diff --git a/Projects/Magstripe/Descriptors.h b/Projects/Magstripe/Descriptors.h index 27cfe02b7..e8f2ff3e8 100644 --- a/Projects/Magstripe/Descriptors.h +++ b/Projects/Magstripe/Descriptors.h @@ -52,7 +52,7 @@ { USB_Descriptor_Configuration_Header_t Config; /**< Configuration descriptor header structure */ USB_Descriptor_Interface_t Interface; /**< Keyboard interface descriptor */ - USB_Descriptor_HID_t KeyboardHID; /**< Keyboard HID descriptor */ + USB_HID_Descriptor_t KeyboardHID; /**< Keyboard HID descriptor */ USB_Descriptor_Endpoint_t KeyboardEndpoint; /**< Keyboard key report endpoint descriptor */ } USB_Descriptor_Configuration_t;