X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/afe6ae14023c7040befe73e49d00077d3425c564..24f730fce3f2022762011d795c3feada5ef874b3:/Demos/Device/ClassDriver/Mouse/Descriptors.h?ds=sidebyside diff --git a/Demos/Device/ClassDriver/Mouse/Descriptors.h b/Demos/Device/ClassDriver/Mouse/Descriptors.h index 5d0babb49..8b8158ba8 100644 --- a/Demos/Device/ClassDriver/Mouse/Descriptors.h +++ b/Demos/Device/ClassDriver/Mouse/Descriptors.h @@ -37,11 +37,11 @@ #define _DESCRIPTORS_H_ /* Includes: */ - #include - #include #include + #include + /* Type Defines: */ /** Type define for the device configuration descriptor structure. This must be defined in the * application code, as the configuration descriptor contains several sub-descriptors which @@ -51,7 +51,7 @@ { USB_Descriptor_Configuration_Header_t Config; USB_Descriptor_Interface_t Interface; - USB_Descriptor_HID_t MouseHID; + USB_HID_Descriptor_t MouseHID; USB_Descriptor_Endpoint_t MouseEndpoint; } USB_Descriptor_Configuration_t;