.MouseHID = \r
{\r
.Header = {.Size = sizeof(USB_Descriptor_HID_t), .Type = DTYPE_HID},\r
- \r
+\r
.HIDSpec = VERSION_BCD(01.11),\r
.CountryCode = 0x00,\r
.TotalReportDescriptors = 1,\r
.MouseEndpoint = \r
{\r
.Header = {.Size = sizeof(USB_Descriptor_Endpoint_t), .Type = DTYPE_Endpoint},\r
- \r
+\r
.EndpointAddress = (ENDPOINT_DESCRIPTOR_DIR_IN | MOUSE_EPNUM),\r
.Attributes = EP_TYPE_INTERRUPT,\r
.EndpointSize = MOUSE_EPSIZE,\r
.PollingIntervalMS = 0x02\r
- } \r
+ }\r
};\r
\r
/** Language descriptor structure. This descriptor, located in FLASH memory, is returned when the host requests\r