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]
/
Bootloaders
/
TeensyHID
/
Descriptors.c
diff --git
a/Bootloaders/TeensyHID/Descriptors.c
b/Bootloaders/TeensyHID/Descriptors.c
index
68b9c43
..
508dfb7
100644
(file)
--- a/
Bootloaders/TeensyHID/Descriptors.c
+++ b/
Bootloaders/TeensyHID/Descriptors.c
@@
-71,7
+71,7
@@
USB_Descriptor_Device_t 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 = 0x16C0,
\r
.ProductID = 0x0478,
\r
\r
.VendorID = 0x16C0,
\r
.ProductID = 0x0478,
\r