diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-05-07 22:33:36 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-05-07 22:33:36 +0000 |
| commit | 46038bac9ddfbab3c52dc6d5dd22bbf8bb1c902a (patch) | |
| tree | 0d649b5dd7d86880dfc82dd1c1199e66e6933e46 /Demos/Device/Keyboard/Descriptors.h | |
| parent | 31d5ad5d6f72079fec0e601af252550c7f11bf64 (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/Keyboard/Descriptors.h')
| -rw-r--r-- | Demos/Device/Keyboard/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Keyboard/Descriptors.h b/Demos/Device/Keyboard/Descriptors.h index aa1bf05b..99837972 100644 --- a/Demos/Device/Keyboard/Descriptors.h +++ b/Demos/Device/Keyboard/Descriptors.h @@ -53,7 +53,7 @@ uint16_t HIDSpec;
uint8_t CountryCode;
- uint8_t TotalHIDReports;
+ uint8_t TotalReportDescriptors;
uint8_t HIDReportType;
uint16_t HIDReportLength;
|
