aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Mouse/Descriptors.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-05-07 22:33:36 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-05-07 22:33:36 +0000
commit46038bac9ddfbab3c52dc6d5dd22bbf8bb1c902a (patch)
tree0d649b5dd7d86880dfc82dd1c1199e66e6933e46 /Demos/Device/Mouse/Descriptors.c
parent31d5ad5d6f72079fec0e601af252550c7f11bf64 (diff)
Renamed the the TotalHIDReports element of the HID descriptor structure in the HID class demos to TotalReportDescriptors, to be more accurate of the element's function (thanks to Brian Dickman).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@541 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Mouse/Descriptors.c')
-rw-r--r--Demos/Device/Mouse/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Mouse/Descriptors.c b/Demos/Device/Mouse/Descriptors.c
index e58e9978..1a2b22ab 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)
},