X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d1e52660368d34d693131f6aff3c8fd8584162e5..24f730fce3f2022762011d795c3feada5ef874b3:/Projects/Magstripe/Descriptors.h?ds=inline diff --git a/Projects/Magstripe/Descriptors.h b/Projects/Magstripe/Descriptors.h index 0fff2c2a8..e8f2ff3e8 100644 --- a/Projects/Magstripe/Descriptors.h +++ b/Projects/Magstripe/Descriptors.h @@ -41,7 +41,7 @@ #include #include - #include + #include /* Type Defines: */ /** Type define for the device configuration descriptor structure. This must be defined in the @@ -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;