projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all Device...
[pub/USBasp.git]
/
Projects
/
Magstripe
/
Descriptors.c
diff --git
a/Projects/Magstripe/Descriptors.c
b/Projects/Magstripe/Descriptors.c
index
819b488
..
785f849
100644
(file)
--- a/
Projects/Magstripe/Descriptors.c
+++ b/
Projects/Magstripe/Descriptors.c
@@
-85,7
+85,7
@@
USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.SubClass = 0x00,
\r
.Protocol = 0x00,
\r
\r
.SubClass = 0x00,
\r
.Protocol = 0x00,
\r
\r
- .Endpoint0Size =
8
,
\r
+ .Endpoint0Size =
FIXED_CONTROL_ENDPOINT_SIZE
,
\r
\r
.VendorID = 0x03EB,
\r
.ProductID = 0x2042,
\r
\r
.VendorID = 0x03EB,
\r
.ProductID = 0x2042,
\r