X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c7aceb2c7f625b8256dfe4f80177beb63911979a..1f83abe6f42c302cf3af7e16e5bb02d886a2c82a:/Demos/Device/Mouse/Descriptors.c?ds=inline diff --git a/Demos/Device/Mouse/Descriptors.c b/Demos/Device/Mouse/Descriptors.c index e58e99788..1a2b22ab2 100644 --- a/Demos/Device/Mouse/Descriptors.c +++ b/Demos/Device/Mouse/Descriptors.c @@ -144,7 +144,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = .HIDSpec = VERSION_BCD(01.11), .CountryCode = 0x00, - .TotalHIDReports = 0x01, + .TotalReportDescriptors = 1, .HIDReportType = DTYPE_Report, .HIDReportLength = sizeof(MouseReport) },