projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Commit of new class abstraction APIs for all device demos other than the MIDI demo...
[pub/USBasp.git]
/
Projects
/
Magstripe
/
Descriptors.c
diff --git
a/Projects/Magstripe/Descriptors.c
b/Projects/Magstripe/Descriptors.c
index
1dee586
..
52b2c09
100644
(file)
--- a/
Projects/Magstripe/Descriptors.c
+++ b/
Projects/Magstripe/Descriptors.c
@@
-142,7
+142,7
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
\r
.HIDSpec = VERSION_BCD(01.11),
\r
.CountryCode = 0x00,
\r
- .Total
HIDDescriptors
= 1,
\r
+ .Total
ReportDescriptors
= 1,
\r
.HIDReportType = DTYPE_Report,
\r
.HIDReportLength = sizeof(KeyboardReport)
\r
},
\r