projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Renamed the the TotalHIDReports element of the HID descriptor structure in the HID...
[pub/USBasp.git]
/
Demos
/
Device
/
Keyboard
/
Descriptors.c
diff --git
a/Demos/Device/Keyboard/Descriptors.c
b/Demos/Device/Keyboard/Descriptors.c
index
69300eb
..
02a5b7c
100644
(file)
--- a/
Demos/Device/Keyboard/Descriptors.c
+++ b/
Demos/Device/Keyboard/Descriptors.c
@@
-151,7
+151,7
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
\r
.HIDSpec = VERSION_BCD(01.11),
\r
.CountryCode = 0x00,
\r
- .Total
HIDReports = 0x0
1,
\r
+ .Total
ReportDescriptors =
1,
\r
.HIDReportType = DTYPE_Report,
\r
.HIDReportLength = sizeof(KeyboardReport)
\r
},
\r